Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 428 Bytes

Backbone-Upper

A method to mix in Backbone Views/Models/Collections (and in other objects that use prototypal inheritance) to call the ancestor version of a method.

In fact it does not need to be an ancestor, it can be used with any object with a prototype, but the idea is to provide an abstraction that is often usefull when we have hierarchies.

The code in this repository can be used under the MIT License.