aboutsummaryrefslogtreecommitdiffstats
path: root/ui/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/data.js')
-rw-r--r--ui/data.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/data.js b/ui/data.js
index e989902da..f76098d8c 100644
--- a/ui/data.js
+++ b/ui/data.js
@@ -30,7 +30,8 @@ return $.extend( $.expr[ ":" ], {
return !!$.data( elem, dataName );
};
} ) :
- // support: jQuery <1.8
+
+ // Support: jQuery <1.8
function( elem, i, match ) {
return !!$.data( elem, match[ 3 ] );
}