Index: branches/MwEmbedStandAlone/loader.js |
— | — | @@ -21,8 +21,7 @@ |
22 | 22 | var mwCoreComponentList = [ |
23 | 23 | 'mw.Parser', |
24 | 24 | 'mw.Language', |
25 | | - 'mw.Api', |
26 | | - 'Modernizr' |
| 25 | + 'mw.Api' |
27 | 26 | ]; |
28 | 27 | |
29 | 28 | |
— | — | @@ -121,7 +120,7 @@ |
122 | 121 | "mw.Language" : "components/mw.Language.js", |
123 | 122 | "mw.Parser" : "components/mw.Parser.js", |
124 | 123 | "mw.Api" : "components/mw.Api.js", |
125 | | - "Modernizr" : "libraries/jquery/plugins/modernizr.js", |
| 124 | + "Modernizr" : "libraries/jquery/plugins/modernizr.js", |
126 | 125 | "JSON" : "libraries/json/json2.js", |
127 | 126 | |
128 | 127 | "$j.replaceText.js" : "libraries/jquery/plugins/jquery.replaceText.js", |