Skip to content
Base javascript objects with convenient inheritance and some shared features for node & browser, AMD
JavaScript Perl
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
backbone
doc
mixins
offinh
test_runner
tosort
.gitignore
.travis.yml
LICENSE
README.md
bower.json
package.json

README.md

base-objects.js

Build Status NPM version Bower version Project status license status Total views Gittip

STILL IN PROGRESS - MISSING FEATURES - API MAY CHANGE

Introduction

  1. Extensions to Backbone.Model
  2. Common Backbone sync() implementations
  3. Convenient mixins to add to your objects (Backbone or not)

License : public domain (http://unlicense.org/)

Usage

TODO

Installation

Bower : bower install base-objects.js Npm : npm install base-objects

Unit tests

Browser : open test_runner/mocha.html Node : npm test

Something went wrong with that request. Please try again.