Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfillmore committed Jun 22, 2016
1 parent fdca3a9 commit 5193f95
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pxloader",
"main": "PxLoader.js",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "http://thinkpixellab.com/pxloader/",
"authors": [
"Pixel Lab"
Expand Down
6 changes: 6 additions & 0 deletions dist/pxloader-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@
}
}(this, function(PxLoader) {
function PxLoaderImage(url, tags, priority, options) {
options = options || {};

var self = this,
loader = null,
img;
Expand Down Expand Up @@ -665,6 +667,8 @@
}
}(this, function(PxLoader) {
function PxLoaderVideo(url, tags, priority, options) {
options = options || {};

var self = this,
loader = null,
video;
Expand Down Expand Up @@ -917,6 +921,8 @@
}
}(this, function(PxLoader) {
function PxLoaderAudio(url, tags, priority, options) {
options = options || {};

var self = this,
loader = null,
audio;
Expand Down
2 changes: 1 addition & 1 deletion dist/pxloader-all.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/pxloader-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@
}
}(this, function(PxLoader) {
function PxLoaderImage(url, tags, priority, options) {
options = options || {};

var self = this,
loader = null,
img;
Expand Down
Loading

0 comments on commit 5193f95

Please sign in to comment.