ab-mediaquery
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -10,3 +10,3 @@ ;(function(name, definition) { | ||
var Plugin = function(opt) { | ||
this.settings = AB.extend(MediaQuery.defaults, opt); | ||
this.settings = AB.extend(Plugin.defaults, opt); | ||
this.queries = this.settings.bp; | ||
@@ -13,0 +13,0 @@ this.current = []; |
{ | ||
"name": "ab-mediaquery", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "AB-mediaQuery is the JavaScript side of Media Queries. It proposes you some very useful methods for your scripts", | ||
@@ -5,0 +5,0 @@ "main": "AB-mediaQuery.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
6430