ember-responsive
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -86,5 +86,5 @@ import Ember from 'ember'; | ||
*/ | ||
matches: function() { | ||
matches: Ember.computed(function() { | ||
return Ember.A(); | ||
}.property(), | ||
}), | ||
@@ -116,3 +116,3 @@ /** | ||
*/ | ||
classNames: function() { | ||
classNames: Ember.computed('matches.[]', function() { | ||
var dasherize = Ember.String.dasherize; | ||
@@ -122,3 +122,3 @@ return this.get('matches').map(function(name) { | ||
}).join(' '); | ||
}.property('matches.[]'), | ||
}), | ||
@@ -125,0 +125,0 @@ /** |
# Changelog | ||
### 1.0.2 | ||
- Stop using function prototype extensions | ||
### 1.0.1 | ||
Better Readme | ||
Passing build | ||
- Better Readme | ||
- Passing build | ||
### 1.0.0 | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "ember-responsive", | ||
"version": "1.0.1", | ||
"version": "1.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
26829