Comparing version 0.4.18 to 0.4.19
@@ -20,6 +20,3 @@ // Generated by CoffeeScript 1.3.3 | ||
watch = function(watchedRef, watchFn) { | ||
this.destructors.push(function() { | ||
return unwatchRef(watchedRef, watchFn); | ||
}); | ||
return watchRef(watchedRef, function() { | ||
return watchRef.call(this, watchedRef, function() { | ||
return watchFn(get(watchedRef)); | ||
@@ -26,0 +23,0 @@ }); |
{ | ||
"name": "cosy-js", | ||
"version": "0.4.18", | ||
"version": "0.4.19", | ||
"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
305137
7569