Merguez22 / resthub-backbone-stack

RESThub javascript stack based on jQuery, Backbone.js and Require.js

Home Page:http://resthub.org/backbone-stack.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone Bootstrap is a Javascript stack based on :

It also provides the following additional functionalities, described here.

Inline update

The following inline update have been done, be careful when updating.

backbone.paginator.js

  • dataType: 'jsonp' -> dataType: 'json' (at 2 different places)
  • firstPage: 0, -> firstPage: 1, (at 2 different places)

async.js

In order to make async.js working fine with require.js, you should comment some line at the top of the file :

//if (typeof module !== 'undefined' && module.exports) {
//    module.exports = async;
//}
//else {
    root.async = async;
//

Build status on Travis CI:

Build Status

About

RESThub javascript stack based on jQuery, Backbone.js and Require.js

http://resthub.org/backbone-stack.html

License:Other