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

Commit

Permalink
Renamed 'build' to 'render'.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 14, 2009
1 parent 867026f commit 85380a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -55,14 +55,14 @@ var MooEditable = new Class({
this.setOptions(options);
this.textarea = $(el);
this.textarea.store('MooEditable', this);
this.build();
this.render();
},

toElement: function(){
return this.textarea;
},

build: function(){
render: function(){
var self = this;

// Build the container
Expand Down

0 comments on commit 85380a7

Please sign in to comment.