mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-01-10 23:18:00 -05:00
this -> window; tick version v3.1.7 Fixes #148
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "imagesloaded",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"description": "JavaScript is all like _You images done yet or what?_",
|
||||
"main": "imagesloaded.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "imagesloaded",
|
||||
"repo": "desandro/imagesloaded",
|
||||
"description": "JavaScript is all like _You images done yet or what?_",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"scripts": [
|
||||
"imagesloaded.js"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "imagesloaded",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"title": "imagesLoaded",
|
||||
"description": "JavaScript is all like 'You images done yet or what?'",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* imagesLoaded v3.1.6
|
||||
* imagesLoaded v3.1.7
|
||||
* JavaScript is all like "You images are done yet or what?"
|
||||
* MIT License
|
||||
*/
|
||||
@@ -33,7 +33,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
})( this,
|
||||
})( window,
|
||||
|
||||
// -------------------------- factory -------------------------- //
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* imagesLoaded PACKAGED v3.1.6
|
||||
* imagesLoaded PACKAGED v3.1.7
|
||||
* JavaScript is all like "You images are done yet or what?"
|
||||
* MIT License
|
||||
*/
|
||||
@@ -557,7 +557,7 @@ if ( typeof define === 'function' && define.amd ) {
|
||||
})( this );
|
||||
|
||||
/*!
|
||||
* imagesLoaded v3.1.6
|
||||
* imagesLoaded v3.1.7
|
||||
* JavaScript is all like "You images are done yet or what?"
|
||||
* MIT License
|
||||
*/
|
||||
@@ -591,7 +591,7 @@ if ( typeof define === 'function' && define.amd ) {
|
||||
);
|
||||
}
|
||||
|
||||
})( this,
|
||||
})( window,
|
||||
|
||||
// -------------------------- factory -------------------------- //
|
||||
|
||||
|
||||
4
imagesloaded.pkgd.min.js
vendored
4
imagesloaded.pkgd.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "imagesloaded",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"description": "You images done yet or what?",
|
||||
"main": "imagesloaded.js",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user