aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-10-06 08:21:40 +0400
committerOleg <markelog@gmail.com>2013-10-07 03:16:18 +0400
commitb561f5ab0a5e13f8203307016a02ee965a8be7d3 (patch)
tree55740fb30ccc3ecbd8ec0307dca4dd3c2925cfe2 /src/manipulation
parent3bcd04f528597dac0a7084865461574ab4a06465 (diff)
downloadjquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.tar.gz
jquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.zip
Fix some code style inconsistencies
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" ) );