extended-spine
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -126,7 +126,7 @@ // Generated by CoffeeScript 1.6.3 | ||
el = _ref[_i]; | ||
controller = el.data('_controller'); | ||
controller = el.data('controller'); | ||
controller.unbind(); | ||
controller.stopListening(); | ||
controller.unbindUiEvents(); | ||
_results.push(el.data('_controller', null)); | ||
_results.push(el.data('controller', null)); | ||
} | ||
@@ -133,0 +133,0 @@ return _results; |
{ | ||
"name": "extended-spine", | ||
"description": "Some extensions for spine framework", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -96,2 +96,5 @@ # extended-spine | ||
* 1.0.4 | ||
+ Wrong variable names | ||
* 1.0.2 - 1.0.3 | ||
@@ -98,0 +101,0 @@ + Bug with inheritance |
@@ -255,7 +255,7 @@ /** Generated by SimQ **/ | ||
el = _ref[_i]; | ||
controller = el.data('_controller'); | ||
controller = el.data('controller'); | ||
controller.unbind(); | ||
controller.stopListening(); | ||
controller.unbindUiEvents(); | ||
_results.push(el.data('_controller', null)); | ||
_results.push(el.data('controller', null)); | ||
} | ||
@@ -262,0 +262,0 @@ return _results; |
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
172850
107