scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/attributes.js
@@ -1,4 +1,4 @@
define( [
define([
"./core",
"./attributes/attr",
"./attributes/prop",
@@ -6,8 +6,6 @@
"./attributes/val"
], function( jQuery ) {
 
"use strict";
 
// Return jQuery for attributes-only inclusion
return jQuery;
} );
});