Skip to content

Commit

Permalink
removing obsolete View:addOutlet
Browse files Browse the repository at this point in the history
  • Loading branch information
kassens committed Mar 16, 2009
1 parent 4a52e53 commit 4fc4de8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/View.js
Expand Up @@ -18,12 +18,6 @@ var View = new Class({
return this.element; return this.element;
}, },


addOutlet: function(name, setter, getter){
this.addSetter(name, setter);
this.setGetter(name, getter);
return this;
},

addSetter: function(name, fn){ addSetter: function(name, fn){
if (!this.setters[name]) this.setters[name] = []; if (!this.setters[name]) this.setters[name] = [];
this.setters[name].push(fn); this.setters[name].push(fn);
Expand Down

0 comments on commit 4fc4de8

Please sign in to comment.