scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/exports/amd.js
@@ -1,9 +1,7 @@
define( [
define([
"../core"
], function( jQuery ) {
 
"use strict";
 
// 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
// understands anonymous AMD modules. A named AMD is safest and most robust
@@ -20,7 +18,7 @@
if ( typeof define === "function" && define.amd ) {
define( "jquery", [], function() {
return jQuery;
} );
});
}
 
} );
});