Skip to content

Commit

Permalink
popup instance object is now available even before the first $.fn.mag…
Browse files Browse the repository at this point in the history
…nificPopup call
  • Loading branch information
dimsemenov committed Nov 15, 2013
1 parent faad83e commit 99b00b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module.exports = function(grunt) {
newContents += grunt.file.read( basePath + name + '.js' ) + '\n';
newContents += "\n/*>>"+name+"*/\n";
});
newContents+= "})(window.jQuery || window.Zepto);";
newContents+= " _checkInstance(); })(window.jQuery || window.Zepto);";

grunt.file.write( this.data.dest, newContents );
});
Expand Down

0 comments on commit 99b00b8

Please sign in to comment.