Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bug in custom states setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mitchell authored and cheeaun committed Nov 7, 2009
1 parent 3b012a5 commit aaedfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -479,7 +479,7 @@ this.MooEditable = new Class({

// custom checkState
if ($type(states) == 'function'){
states.attempt(document.id(el), item);
states.attempt(document.id(element), item);
return;
}

Expand Down

0 comments on commit aaedfb5

Please sign in to comment.