Skip to content

Commit

Permalink
In Chrome jQuery 2.0.x (and 2.1 beta too) style attribute doesn't get…
Browse files Browse the repository at this point in the history
… cleared when `null` is assigned.
  • Loading branch information
pisi committed Oct 16, 2013
1 parent 6d43dc6 commit 928dc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.reel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@
no_bias();
t.removeAttr('onloaded');
remove_instance(t.unbind(ns).removeData().unwrap().attr(backup.attr).data(backup.data));
t.attr(_style_) == __ && t.removeAttr(_style_);
},

// ### `setup` Event ######
Expand Down

0 comments on commit 928dc3f

Please sign in to comment.