From b654589833403dfcadeb5d9f7d991e094aed8ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Pe=CC=81rez?= Date: Tue, 3 Mar 2015 14:42:59 +0100 Subject: [PATCH] Note about Bootstrap and CommonJS compatibility added to the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb02a1ae..909a0a15 100644 --- a/README.md +++ b/README.md @@ -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'); -``` \ No newline at end of file +``` + +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) \ No newline at end of file