Comparing version 0.4.2 to 0.4.3
@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.3.3 | ||
var deprecatedMsgSent, nsDeprecated, use, | ||
var deprecatedMsgSent, importObj, nsDeprecated, use, | ||
__slice = [].slice; | ||
@@ -23,2 +23,12 @@ | ||
importObj = function() { | ||
var args, frame, obj; | ||
frame = arguments[0], obj = arguments[1], args = 3 <= arguments.length ? __slice.call(arguments, 2) : []; | ||
if (obj == null) { | ||
return frame; | ||
} | ||
frame = use(frame, obj); | ||
return importObj.apply(null, [frame].concat(__slice.call(args))); | ||
}; | ||
module.exports = { | ||
@@ -30,3 +40,3 @@ control: require('./cosy/control'), | ||
call: require('./cosy/call'), | ||
"import": use, | ||
"import": importObj, | ||
ns: nsDeprecated | ||
@@ -33,0 +43,0 @@ }; |
{ | ||
"name": "cosy-js", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A cosy little library.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
135752
2427