- Backbone Bootstrap is a Javascript stack based on :
It also provides the following additional functionalities, described here.
The following inline update have been done, be careful when updating.
- dataType: 'jsonp' -> dataType: 'json' (at 2 different places)
- firstPage: 0, -> firstPage: 1, (at 2 different places)
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: