Skip to content

Commit

Permalink
utils should not use methods it's deprecating itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Sep 3, 2013
1 parent cb5c1bd commit 2f7c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* @param {Node} toNode Target node.
*/
asyncFire: function(/*inType, inDetail*/) {
this.asyncMethod("fire", arguments);
this.async("fire", arguments);
},
/**
* Remove class from old, add class to anew, if they exist
Expand Down

0 comments on commit 2f7c655

Please sign in to comment.