https://github.com/yoavniran/mobbe
My Own BackBone Extension
https://github.com/yoavniran/mobbe
Last synced: over 1 year ago
JSON representation
My Own BackBone Extension
- Host: GitHub
- URL: https://github.com/yoavniran/mobbe
- Owner: yoavniran
- Created: 2015-07-24T20:01:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T11:07:24.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T02:44:16.752Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MOBBE
## My Own BackBone Extension
This project is a side-product from my MSc dissertation.
It isn't maintained or used currently anywhere else.
Its inspired by [Backbone.Marionette](http://marionettejs.com/) (around its 1.x era).
The goal is to extend the basic functionality of [Backbone.js](http://backbonejs.org/) and therefore is dependent on Backbone as well as on [Underscore](http://underscorejs.org/)/[Lodash](https://lodash.com/), [jQuery](https://lodash.com/), [Backbone.Wreqr](https://github.com/marionettejs/backbone.wreqr) and [Handlebars](http://handlebarsjs.com/).
These are the classes provided in this library:
### Application
### View
### MultiItemView
### Panel
### MasterPanel
### Overlay
### Controller
### RouteController