/resthub-backbone-stack

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

Primary LanguageJavaScriptOtherNOASSERTION

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