Skip to content

Commit 5b14d76

Browse files
committed
Add comment about IE6-8
1 parent 8027b52 commit 5b14d76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ If the plugins you use all call [define()](http://requirejs.org/docs/api.html#de
77

88
The most important part of this example is the app.js file, which specifies the [shim configuration](http://requirejs.org/docs/api.html#config-shim) for the plugins.
99

10+
**If you want IE6-8 support**, clone this repo, but replace the jQuery file with a jQuery 1.9 release. The jQuery 2 used in this project does not work with those browsers, a 1.9 release is needed.
11+
1012
###Project structure
1113

1214
tools/

0 commit comments

Comments
 (0)