Skip to content

Commit

Permalink
Fix #30 - Remove a trailing comma in the Proto.js library
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Jul 15, 2014
1 parent b24035f commit 2eb004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Proto = {
var subProto = Object.create(this, Object.getOwnPropertyDescriptors(subProps));
subProto.super = this;
return subProto;
},
}
};

Function.prototype.extend = function (subProps) {
Expand Down

0 comments on commit 2eb004f

Please sign in to comment.