Skip to content

Commit

Permalink
Update jQuery reference from $ to jQuery. Fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Dec 25, 2016
1 parent d714f07 commit 33253a1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion js/jquery.sudoSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Finally, as a browser global.
} else {
factory(root.$, root);
factory(root.jQuery, root);
}

})(function ($, win) {
Expand Down
Loading

0 comments on commit 33253a1

Please sign in to comment.