Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "bradpitt", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Set of javascript modules that do cool stuff", | ||
@@ -5,0 +5,0 @@ "main": "dist/bradpitt.min.js", |
@@ -27,5 +27,5 @@ ## Bradpitt.js | ||
```javascript | ||
let oscar = doucment.querySelector('.award') | ||
let oscar = document.querySelector('.award') | ||
let oscars = doucment.querySelectorAll('.awards') | ||
let oscars = document.querySelectorAll('.awards') | ||
@@ -37,3 +37,12 @@ lazy(oscar, 'won', 600) | ||
```javascript | ||
lazy(oscar, 'nominated', 900, { | ||
change: 'add' | ||
}) | ||
lazy(oscar, 'nominated', 1200, { | ||
change: 'remove' | ||
}) | ||
``` | ||
* * * | ||
MIT License |
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
11792
47