Skip to content

Commit

Permalink
Merge pull request #1 from jmversteeg/patch-1
Browse files Browse the repository at this point in the history
Made safe to use with noConflict version of jQuery
  • Loading branch information
t4t5 committed Sep 30, 2014
2 parents 983ff0a + fcf96ef commit ced05c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sweet-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 2014 (c) - Tristan Edwards
// github.com/t4t5/sweetalert

(function() {
(function($) {


var modal = '.sweet-alert',
Expand Down Expand Up @@ -287,4 +287,4 @@

initialize();

})();
})(jQuery);

0 comments on commit ced05c2

Please sign in to comment.