All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.

This commit is contained in:
Timmy Willison
2013-09-09 11:39:02 -04:00
parent 3b53b75160
commit cd4a9cd7fa
8 changed files with 136 additions and 124 deletions

View File

@@ -5,6 +5,7 @@ define([
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
// Return jQuery for attributes-only inclusion
return jQuery;
});