Note about Bootstrap and CommonJS compatibility added to the README

This commit is contained in:
Jesús Pérez 2015-03-03 14:42:59 +01:00
parent 23156b84e0
commit b654589833

View File

@ -203,4 +203,6 @@ console.log('Is Bootstrap loaded?');
console.log(typeof jquery().modal === 'function');
console.log('Is Bootstrap Material loaded?');
console.log(typeof jquery.material === 'object');
```
```
NOTE: Until this [PR](https://github.com/twbs/bootstrap/pull/15640) be accepted (or equivalent) into the main Bootstrap project this fork must be used: [https://github.com/eface2face/bootstrap](https://github.com/eface2face/bootstrap)