Skip to content

Commit

Permalink
fixed build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
prochor666 committed Dec 16, 2016
1 parent bd0630d commit 475774e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions dist/js/julia-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JuliaBox - HTML5 lightbox
*
* @author [email protected]
* @version: 0.5.2
* @version: 0.5.3
* @build: 2016-12-16
* @license: MIT
*
Expand Down Expand Up @@ -126,7 +126,7 @@ var JuliaBox = function(options)
},
timeout: origin.options.timeout,
timer: false,
version: '0.5.2',
version: '0.5.3',
videoAutoplay: origin.options.videoAutoplay,
};

Expand Down Expand Up @@ -1244,7 +1244,6 @@ $.fn.juliaBox = function( options )
api.close = function(){ $('.'+masterSelector).find('button.julia-close').click(); };
api.open = function(){ _collection[0].click(); };


return api;
};

Expand Down
2 changes: 1 addition & 1 deletion dist/js/julia-box.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions plugin/julia-plugin-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var JuliaBox = function(options)
},
timeout: origin.options.timeout,
timer: false,
version: '0.5.2',
version: '0.5.3',
videoAutoplay: origin.options.videoAutoplay,
};

Expand Down Expand Up @@ -1207,6 +1207,5 @@ $.fn.juliaBox = function( options )
api.close = function(){ $('.'+masterSelector).find('button.julia-close').click(); };
api.open = function(){ _collection[0].click(); };


return api;
};
2 changes: 1 addition & 1 deletion src/js/julia-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var JuliaBox = function(options)
},
timeout: origin.options.timeout,
timer: false,
version: '0.5.2',
version: '0.5.3',
videoAutoplay: origin.options.videoAutoplay,
};

Expand Down
1 change: 0 additions & 1 deletion src/js/julia-jquery-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ $.fn.juliaBox = function( options )
api.close = function(){ $('.'+masterSelector).find('button.julia-close').click(); };
api.open = function(){ _collection[0].click(); };


return api;
};
2 changes: 1 addition & 1 deletion src/js/julia-umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JuliaBox - HTML5 lightbox
*
* @author [email protected]
* @version: 0.5.2
* @version: 0.5.3
* @build: 2016-12-16
* @license: MIT
*
Expand Down

0 comments on commit 475774e

Please sign in to comment.