Skip to content

Commit

Permalink
build version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Oct 29, 2015
1 parent 9b01d7c commit 5aac318
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 123 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Detect when images have been loaded.
### CDN

``` html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.min.js"></script>
<!-- or -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.js"></script>
```

### Package managers
Expand Down Expand Up @@ -141,8 +142,6 @@ imagesLoaded( '#container', { background: '.item' }, function() {
});
```

<!-- sponsored -->

## Events

### always
Expand Down Expand Up @@ -208,6 +207,8 @@ Triggered after each image has been loaded.
+ `instance` _imagesLoaded_ - the imagesLoaded instance
+ `image` _LoadingImage_ - the LoadingImage instance of the loaded image

<!-- sponsored -->

## Properties

### LoadingImage.img
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagesloaded",
"version": "3.1.8",
"version": "3.2.0",
"description": "JavaScript is all like _You images done yet or what?_",
"main": "imagesloaded.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion imagesloaded.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* imagesLoaded v3.1.8
* imagesLoaded v3.2.0
* JavaScript is all like "You images are done yet or what?"
* MIT License
*/
Expand Down

0 comments on commit 5aac318

Please sign in to comment.