v1.0.2 - move contributors to README

This commit is contained in:
David DeSandro
2011-09-01 12:27:45 -04:00
parent 95eba31516
commit 566f9269f8
2 changed files with 10 additions and 6 deletions

View File

@@ -15,4 +15,11 @@ Used in [Masonry](http://desandro.masonry.com/) and [Isotope](http://isotope.met
## Contribute
It ain't easy knowing when images have loaded. [Every browser has its own little quirks](https://github.com/desandro/imagesloaded/wiki/Browser-quirks) that make this a difficult task to develop a cross-browser solution. Pull requests, testing, [issues](https://github.com/desandro/imagesloaded/issues), and commentary are all highly encouraged (pleasepleaseplease) and very much appreciated.
It ain't easy knowing when images have loaded. [Every browser has its own little quirks](https://github.com/desandro/imagesloaded/wiki/Browser-quirks) that make this a difficult task to develop a cross-browser solution. Pull requests, testing, [issues](https://github.com/desandro/imagesloaded/issues), and commentary are all highly encouraged (pleasepleaseplease) and very much appreciated.
### Contributors
+ Paul Irish
+ [Adam J. Sontag](http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f)
+ Oren Solomianik
+ [**and everyone else**](https://github.com/desandro/imagesloaded/contributors)

View File

@@ -1,11 +1,8 @@
/*!
* jQuery imagesLoaded plugin v1.0.1
* jQuery imagesLoaded plugin v1.0.2
* http://github.com/desandro/imagesloaded
*
* MIT License
* Original author: Paul Irish
* Contributors: Yiannis Chatzikonstantinou, David DeSandro
* Oren Solomianik, Adam J. Sontag, Sascha Depold
* MIT License. by Paul Irish et al.
*/
// $('#my-container').imagesLoaded(myFunction)