aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/attributes.js b/src/attributes.js
index e24feeae2..fa2ef1ede 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -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;
});