aboutsummaryrefslogtreecommitdiffstats
path: root/src/data
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-11-07 21:14:23 +0100
committerOleg <markelog@gmail.com>2013-11-07 22:09:33 +0100
commit22120cea66ad88f83b96535416f5baab605fe530 (patch)
tree31f2ea0dd6d9f2298c5ade010dcbf9e62ade8e8e /src/data
parentbcae4270151574d077fb360fd42416587f07c686 (diff)
downloadjquery-22120cea66ad88f83b96535416f5baab605fe530.tar.gz
jquery-22120cea66ad88f83b96535416f5baab605fe530.zip
Fix some code style inconsistencies
Diffstat (limited to 'src/data')
-rw-r--r--src/data/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/support.js b/src/data/support.js
index 52250b21d..e57f6f7de 100644
--- a/src/data/support.js
+++ b/src/data/support.js
@@ -2,7 +2,7 @@ define([
"../var/support"
], function( support ) {
-(function () {
+(function() {
var div = document.createElement( "div" );
// Execute the test only if not already executed in another module.