Comparing version 0.1.1 to 0.1.2
@@ -10,3 +10,3 @@ 'use strict'; | ||
if(dynamicMatch){ | ||
var mql = dynamicMatch(query); | ||
var mql = dynamicMatch.call(window, query); | ||
this.matches = mql.matches; | ||
@@ -13,0 +13,0 @@ this.media = mql.media; |
{ | ||
"name": "matchmedia", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Media queries for your client and server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4922