imagesLoaded_rails 3.1.1 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/app/assets/javascripts/imagesloaded.js +2 -2
- data/lib/imagesLoaded_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTgwZTBhZmE4MWM3OTgwZThlNjA3NjUwMGMzYmU2OTc0YmY5OGUwZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MmEyZWMzMTc1YzU1Y2VhOGE1ZDhkYzU3ZWE1ODE0Mjc3ZDc2NDEwMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTM5MTBlYjEyNDFlZTUwOThjMTA1Y2U1N2VkNTc2ZWY1YTBjOTYwNjAzNTli
|
10
|
+
OGRjZjJlNmI5ZjZkNDE5MzY4NGQ0NzE2ZmY4ZThmNTBiMThjYmRmZjczODMy
|
11
|
+
ZDQ3YWVlMTY0ZTNkN2M5ZmE2YzU2MWFlNDk2ZjVlOGY3MzA3YjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MWI1ZTEwNWRjZTU1NTFiYjk1YTUyMTQzNWRlZGQyZTliM2YzNDA4YmI3YWYw
|
14
|
+
ZjdkZGQ1MWM2NTFmZGFhNmQyMmYzMWFkMTc5NWUxN2QwMmQzN2U1NjQ2ODM3
|
15
|
+
ZDE3MWIxYmViMDM5NDljMGExNGE2ZWYzNDlhNWE2N2U4MTgzYTg=
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* imagesLoaded v3.1.
|
2
|
+
* imagesLoaded v3.1.2
|
3
3
|
* JavaScript is all like "You images are done yet or what?"
|
4
4
|
* MIT License
|
5
5
|
*/
|
@@ -160,7 +160,7 @@ function defineImagesLoaded( EventEmitter, eventie ) {
|
|
160
160
|
var _this = this;
|
161
161
|
setTimeout( function() {
|
162
162
|
_this.emit( 'progress', _this, image );
|
163
|
-
if ( _this.jqDeferred ) {
|
163
|
+
if ( _this.jqDeferred && _this.jqDeferred.notify ) {
|
164
164
|
_this.jqDeferred.notify( _this, image );
|
165
165
|
}
|
166
166
|
});
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imagesLoaded_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guy Israeli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|