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

Commit

Permalink
Missed this spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 18, 2009
1 parent d4b8459 commit ffd51a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -51,7 +51,7 @@ var MooEditable = new Class({
</html>'
},

initialize: function(el,options){
initialize: function(el, options){
this.setOptions(options);
this.textarea = $(el);
this.textarea.store('MooEditable', this);
Expand Down

0 comments on commit ffd51a9

Please sign in to comment.