Code style fix
authorColin Snover <github.com@zetafleet.com>
Thu, 23 Dec 2010 00:17:58 +0000 (18:17 -0600)
committerColin Snover <github.com@zetafleet.com>
Thu, 23 Dec 2010 00:17:58 +0000 (18:17 -0600)
src/data.js

index 549e73e..21b7543 100644 (file)
@@ -22,7 +22,7 @@ jQuery.extend({
        },
 
        hasData: function( elem ) {
-               if (elem.nodeType) {
+               if ( elem.nodeType ) {
                        elem = jQuery.cache[ elem[jQuery.expando] ];
                }