Skip to content

Commit

Permalink
adding 1 more proto
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Mar 17, 2011
1 parent 478a681 commit 69113ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion klass.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
fn.methods.call(fn, _methods).constructor = this;
fn.extend = arguments.callee;

fn.prototype.implement = fn.statics = function (o) {
fn[proto].implement = fn.statics = function (o) {
process(this, o, supr);
return this;
};
Expand Down
2 changes: 1 addition & 1 deletion klass.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/klass.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
fn.methods.call(fn, _methods).constructor = this;
fn.extend = arguments.callee;

fn.prototype.implement = fn.statics = function (o) {
fn[proto].implement = fn.statics = function (o) {
process(this, o, supr);
return this;
};
Expand Down

0 comments on commit 69113ba

Please sign in to comment.