division.js
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "division.js", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Central JS logic management module", | ||
@@ -29,3 +29,3 @@ "keywords": [], | ||
"knockout": "~2", | ||
"connect-rest": ">=0.6.4", | ||
"connect-rest": ">=0.6.5", | ||
"underscore": "~1", | ||
@@ -47,3 +47,3 @@ "knockout.mapper.js": "~1", | ||
}, | ||
"_id": "division.js@1.2.1" | ||
"_id": "division.js@1.2.2" | ||
} |
@@ -23,7 +23,7 @@ var ViewModel = (function(){ | ||
thePrototype = model; | ||
var M = funcsync.functify(model, self); | ||
var F = funcsync.functify(methods, self); | ||
thePrototype = model; | ||
theViewModel = ko.mapObject( self, M, V, F, S ); | ||
@@ -30,0 +30,0 @@ |
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
Updatedconnect-rest@>=0.6.5