mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user