Skip to content

Commit

Permalink
removed redundant extend
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya777 committed Jul 16, 2012
1 parent f663ba6 commit 131e169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,6 @@
// The self-propagating extend function that Backbone classes use.
var extend = function(protoProps, classProps) {
var child = inherits(this, protoProps, classProps);
child.extend = this.extend;
return child;
};

Expand Down

0 comments on commit 131e169

Please sign in to comment.