backbone.viewkit
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -11,11 +11,9 @@ (function(window, factory) { | ||
}); | ||
} | ||
// NodeJS. Calling with required packages | ||
if (typeof module === 'object' && module.exports) { | ||
} else if (typeof module === 'object' && module.exports) { | ||
// NodeJS. Calling with required packages | ||
factory.call(window, require('backbone'), require('underscore')); | ||
} else { | ||
// Browser globals. | ||
factory.call(window, Backbone, window._); | ||
} | ||
// Browser globals. | ||
factory.call(window, Backbone, window._); | ||
}(typeof global === "object" ? global : this, function (Backbone, _) { | ||
@@ -22,0 +20,0 @@ var ViewKit = Backbone.ViewKit = {}; |
{ | ||
"name": "backbone.viewkit", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Backbone view management and transitions", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/scttnlsn/backbone.viewkit", |
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
659715