Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ backbone-base Public archive

A collection of various basic Backbone.js augmentations.

License

Notifications You must be signed in to change notification settings

tjelen/backbone-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Backbone base

Various Backbone.js augmentations and helper classes.

Features

  • Global application namespace and event hub
  • _super_ method for calling methods in superclass
  • Minimal Controller class, for encapsulating logic that involves several view or models.
  • Improved View class that removes all event handlers when the view is removed.
  • CollectionView class, for views based on collection:
    • Automatic adding/removing children views
    • Sort children views when collection is sorted
    • Supports collection reset

About

A collection of various basic Backbone.js augmentations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published