swc/ecmascript/minifier/tests/compress/fixture/projects/jquery/9/input.js

14 lines
352 B
JavaScript
Raw Normal View History

export const obj = {
fireWith: function (context, args) {
args = args || [];
args = [context, args.slice ? args.slice() : args];
if (list && (!fired || stack)) {
if (firing) {
stack.push(args);
} else {
fire(args);
}
}
return this;
},
}