aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation')
-rw-r--r--src/manipulation/support.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manipulation/support.js b/src/manipulation/support.js
index 6f4882ef6..9463a01f1 100644
--- a/src/manipulation/support.js
+++ b/src/manipulation/support.js
@@ -1,8 +1,8 @@
define([
"../var/support"
-], function( support ){
+], function( support ) {
-(function () {
+(function() {
var input,
fragment = document.createDocumentFragment(),
div = fragment.appendChild( document.createElement( "div" ) );