lib/epuber/third_party/bower/bower_components/jquery/src/exports/amd.js in epuber-0.6.0 vs lib/epuber/third_party/bower/bower_components/jquery/src/exports/amd.js in epuber-0.7.0

- old
+ new

@@ -1,6 +1,6 @@ -define([ +define( [ "../core" ], function( jQuery ) { // Register as a named AMD module, since jQuery can be concatenated with other // files that may use define, but not via a proper concatenation script that @@ -16,9 +16,9 @@ // https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon if ( typeof define === "function" && define.amd ) { define( "jquery", [], function() { return jQuery; - }); + } ); } -}); +} );