Comparing version 0.8.1 to 0.8.3
@@ -16,3 +16,3 @@ /* _.-~-. | ||
/* | ||
Version: 0.8.1 | ||
Version: 0.8.3 | ||
Description: A Better Window Resize | ||
@@ -19,0 +19,0 @@ Author: Julien Etienne |
@@ -16,3 +16,3 @@ /* _.-~-. | ||
/* | ||
Version: 0.8.1 | ||
Version: 0.8.3 | ||
Description: A Better Window Resize | ||
@@ -19,0 +19,0 @@ Author: Julien Etienne |
@@ -6,3 +6,3 @@ { | ||
"main": "dist/resizilla.umd.js", | ||
"jsnext:main": "dist/resizilla.es.js", | ||
"jsnext:main": "dist/resizilla.js", | ||
"directories": { | ||
@@ -51,3 +51,3 @@ "example": "example" | ||
}, | ||
"version": "0.8.1" | ||
"version": "0.8.3" | ||
} |
@@ -34,11 +34,11 @@ ![img](http://oi68.tinypic.com/33m0pbr.jpg) | ||
or | ||
also | ||
**``` resizilla({ ```** | ||
**``` resizilla( ```** | ||
**``` handler: Function, ```** | ||
**``` delay: Milliseconds, ```** | ||
**``` incept: Boolean, ```** | ||
**``` useCapture: Boolean ```** | ||
**``` orientationChange: Boolean, ```** | ||
**``` useCapture: Boolean ```** | ||
**``` }); ```** | ||
**``` ); ```** | ||
@@ -65,8 +65,9 @@ - useCapture: Register the event handler for the capturing/ bubbling phase. | ||
**``` resizilla({ | ||
**``` resizilla( | ||
handler: () => { // do something }, | ||
delay: 250, | ||
incept: true, | ||
useCapture, | ||
orientationChange: false | ||
}); ```** | ||
); ```** | ||
____ | ||
@@ -73,0 +74,0 @@ #### Destroy: |
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
97
27716
12
436