js-offcanvas
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,6 +6,8 @@ { | ||
"description": "jQuery Accesible Offcanvas Panels", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/vmitsaras/js-offcanvas", | ||
"license": "MIT", | ||
"keywords": [ | ||
"jquery", | ||
"jquery-plugin", | ||
"accesible", | ||
@@ -12,0 +14,0 @@ "offcanvas" |
# js-offcanvas | ||
[![Downloads](https://img.shields.io/npm/dt/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![Version](https://img.shields.io/npm/v/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![AMA](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](http://twitter.com/?status=@vmitsaras) | ||
jQuery accessible Offcanvas plugin, using ARIA | ||
[View Demo](http://offcanvas.vasilis.co) | ||
[View Demo](http://offcanvas.vasilis.co) | [Edit on Codepen](http://codepen.io/vmitsaras/pen/gwGwJE) | ||
@@ -284,2 +286,2 @@ ## Why it is accessible | ||
## License | ||
Licensed under the MIT license. | ||
Licensed under the MIT license. |
@@ -7,5 +7,5 @@ (function( w, $ ){ | ||
$.fn[ pluginName ] = function(){ | ||
$.fn[ pluginName ] = function(options){ | ||
return this.each( function(){ | ||
new w.componentNamespace.Offcanvas( this ).init(); | ||
new w.componentNamespace.Offcanvas( this, options ).init(); | ||
}); | ||
@@ -12,0 +12,0 @@ }; |
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
179336
287