diff options
author | Oleg <markelog@gmail.com> | 2013-10-06 08:21:40 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-10-07 03:16:18 +0400 |
commit | b561f5ab0a5e13f8203307016a02ee965a8be7d3 (patch) | |
tree | 55740fb30ccc3ecbd8ec0307dca4dd3c2925cfe2 /src/manipulation | |
parent | 3bcd04f528597dac0a7084865461574ab4a06465 (diff) | |
download | jquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.tar.gz jquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.zip |
Fix some code style inconsistencies
Diffstat (limited to 'src/manipulation')
-rw-r--r-- | src/manipulation/support.js | 4 |
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" ) ); |