scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 125
Line 1... Line 1...
1 define( [ 1 define([
2 "./core", 2 "./core",
3 "./attributes/attr", 3 "./attributes/attr",
4 "./attributes/prop", 4 "./attributes/prop",
5 "./attributes/classes", 5 "./attributes/classes",
6 "./attributes/val" 6 "./attributes/val"
7 ], function( jQuery ) { 7 ], function( jQuery ) {
Line 8... Line -...
8   -  
9 "use strict"; -  
10   8  
11 // Return jQuery for attributes-only inclusion 9 // Return jQuery for attributes-only inclusion
12 return jQuery; 10 return jQuery;