atma-utils
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -789,3 +789,11 @@ // source /src/refs.js | ||
}; | ||
} | ||
}, | ||
resolveDelegate: function(){ | ||
return fn_proxy(this.resolve, this); | ||
}, | ||
rejectDelegate: function(){ | ||
return fn_proxy(this.reject, this); | ||
}, | ||
}; | ||
@@ -945,3 +953,3 @@ | ||
class_Uri = mask["class"].create({ | ||
class_Uri = class_create({ | ||
protocol: null, | ||
@@ -948,0 +956,0 @@ value: null, |
(function(factory){ | ||
var exports = typeof module != null && typeof exports != null | ||
? exports : null; | ||
if (exports == null) { | ||
exports = window.Utils = {}; | ||
var owner, property; | ||
if (typeof module !== 'undefined' && module.exports) { | ||
owner = module; | ||
property = 'exports'; | ||
} | ||
else { | ||
owner = window; | ||
property = 'Utils'; | ||
} | ||
factory(exports); | ||
factory(owner, property); | ||
}(function(exports){ | ||
}(function(owner, property){ | ||
@@ -803,3 +806,11 @@ // source utils.embed.js | ||
}; | ||
} | ||
}, | ||
resolveDelegate: function(){ | ||
return fn_proxy(this.resolve, this); | ||
}, | ||
rejectDelegate: function(){ | ||
return fn_proxy(this.reject, this); | ||
}, | ||
}; | ||
@@ -959,3 +970,3 @@ | ||
class_Uri = mask["class"].create({ | ||
class_Uri = class_create({ | ||
protocol: null, | ||
@@ -1259,3 +1270,3 @@ value: null, | ||
exports = { | ||
owner[property] = { | ||
class: { | ||
@@ -1262,0 +1273,0 @@ Deferred: class_Dfr, |
{ | ||
"name": "atma-utils", | ||
"description": "Helpers", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Alexander Kit <alex.kit@atmajs.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
59135
2252