Skip to content

axlbonnet/resthub-backbone-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%