Comparing version 1.9.1 to 1.10.0
@@ -0,1 +1,8 @@ | ||
v1.10.0 | ||
======= | ||
2017-04-04T06:14:30Z | ||
- Add `holder` argument to event listener. | ||
v1.9.1 | ||
@@ -2,0 +9,0 @@ ====== |
{ | ||
"name": "fus-ext", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "FutureScript Extension", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -226,5 +226,7 @@ "use strict";Object.defineProperty(exports, "__esModule", { | ||
arg = method;method = "bind"; | ||
})() : undefined;assert(typeof method === "string");f[method](arg);return _this2; | ||
})() : undefined;assert(typeof method === "string");var base_573300145710716007 = f;if (base_573300145710716007._holder === undefined || base_573300145710716007._holder === null) { | ||
base_573300145710716007._holder = _this2; | ||
};f[method](arg);return _this2; | ||
})(); | ||
};f._listeners = [];f.getListeners = function () { | ||
};f._holder = null;f._listeners = [];f.getListeners = function () { | ||
return (function () { | ||
@@ -254,3 +256,3 @@ return dotDotCalc_573300145710716007(dotDot_573300145710716007, f._listeners, "clone", []); | ||
})() : (function () { | ||
listener(arg);return true; | ||
listener(arg, f._holder);return true; | ||
})(); | ||
@@ -257,0 +259,0 @@ })(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346587
4250