cloak.animate
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "cloak.animate", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "The Cloak.js module for animating views and controllers (using Velocity)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -55,7 +55,6 @@ | ||
// | ||
// Add the animation shortcut methods (eg. fadeOut) to view and controller | ||
// Add the animation shortcut methods (eg. fadeOut) | ||
// | ||
Object.keys(shortcuts).forEach(function(key) { | ||
view[key] = shortcuts[key]; | ||
controller[key] = shortcuts[key]; | ||
Mixin[key] = shortcuts[key]; | ||
}); |
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
7507
69