Skip to content

Commit

Permalink
WIP: Allow options to be set on init or via options(...) method
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Jun 30, 2015
1 parent 3630d3d commit d708fbd
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 376 deletions.
1 change: 0 additions & 1 deletion dist/js/lightbox-plus-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -9648,5 +9648,4 @@ return jQuery;
/*jshint unused:false*/
var lightbox = new Lightbox(options);
});

}).call(this);
2 changes: 1 addition & 1 deletion dist/js/lightbox-plus-jquery.min.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,5 +437,4 @@
/*jshint unused:false*/
var lightbox = new Lightbox(options);
});

}).call(this);
2 changes: 1 addition & 1 deletion dist/js/lightbox.min.map

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

4 changes: 3 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ <h3>A Four Image Set</h3>
</p>
</section>

<script src="../dist/js/lightbox-plus-jquery.min.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../src/js/lightbox.js"></script>
<!--<script src="../dist/js/lightbox-plus-jquery.min.js"></script>

</body>
</html>
Loading

0 comments on commit d708fbd

Please sign in to comment.