scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/jquery.js
@@ -1,10 +1,9 @@
define( [
define([
"./core",
"./selector",
"./traversing",
"./callbacks",
"./deferred",
"./deferred/exceptionHook",
"./core/ready",
"./data",
"./queue",
@@ -12,7 +11,6 @@
"./attributes",
"./event",
"./event/alias",
"./event/focusin",
"./manipulation",
"./manipulation/_evalUrl",
"./wrap",
@@ -34,8 +32,6 @@
"./exports/global"
], function( jQuery ) {
 
"use strict";
 
return jQuery;
 
} );
});