ember-cli-file-picker
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -26,3 +26,3 @@ import Ember from 'ember'; | ||
this.$('.file-picker__input').off( | ||
'change', this.fileSelected.bind(this) | ||
'change', this.filesSelected.bind(this) | ||
); | ||
@@ -29,0 +29,0 @@ }, |
{ | ||
"name": "ember-cli-file-picker", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
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
20300