Skip to content

Commit

Permalink
Re-build the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed authored and Ahmed committed Mar 14, 2018
1 parent 954fbbe commit bcd40bb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
15 changes: 8 additions & 7 deletions dist/jquery.sticky-sidebar.js

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

2 changes: 1 addition & 1 deletion dist/jquery.sticky-sidebar.js.map

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

2 changes: 1 addition & 1 deletion dist/jquery.sticky-sidebar.min.js

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions dist/sticky-sidebar.js

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

2 changes: 1 addition & 1 deletion dist/sticky-sidebar.js.map

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

2 changes: 1 addition & 1 deletion dist/sticky-sidebar.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/sticky-sidebar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Sticky Sidebar JavaScript Plugin.
* @version 3.3.1
* @version 3.3.4
* @author Ahmed Bouhuolia <[email protected]>
* @license The MIT License (MIT)
*/
Expand All @@ -11,7 +11,7 @@ const StickySidebar = (() => {
// ---------------------------------
//
const EVENT_KEY = '.stickySidebar';
const VERSION = '3.3.3';
const VERSION = '3.3.4';

const DEFAULTS = {
/**
Expand Down

0 comments on commit bcd40bb

Please sign in to comment.