X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fdata.js;fp=src%2Fdata.js;h=f7f65efeb7d93e6330cbac26da77b79a0542defc;hb=fb48ae8e6cca25fd29ef2b1eb23e9efa7b0eef7c;hp=0407f73ffd299cd1404e84fb96dc59b6c2e0ecae;hpb=b5b3c73db3e4e615e504cd0af08ff6842b104542;p=jquery.git diff --git a/src/data.js b/src/data.js index 0407f73..f7f65ef 100644 --- a/src/data.js +++ b/src/data.js @@ -177,7 +177,8 @@ jQuery.fn.extend({ } else { return this.each(function() { - var $this = jQuery( this ), args = [ parts[0], value ]; + var $this = jQuery( this ), + args = [ parts[0], value ]; $this.triggerHandler( "setData" + parts[1] + "!", args ); jQuery.data( this, key, value );