ember-responsive
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -324,3 +324,3 @@ (function(Ember) { | ||
var classify = Ember.String.classify, | ||
matcher = this.get('mql')(query), | ||
matcher = (this.get('mql') || window.matchMedia)(query), | ||
isser = 'is' + classify(name), | ||
@@ -327,0 +327,0 @@ _this = this; |
@@ -144,3 +144,3 @@ (function(Ember) { | ||
var classify = Ember.String.classify, | ||
matcher = this.get('mql')(query), | ||
matcher = (this.get('mql') || window.matchMedia)(query), | ||
isser = 'is' + classify(name), | ||
@@ -147,0 +147,0 @@ _this = this; |
{ | ||
"name": "ember-responsive", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Easy responsive layouts with Ember", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
206704