Merge pull request #6423 from s093294/patch-4

Removed requirejs.d.ts double definition of bundles.
This commit is contained in:
Masahiro Wakame
2015-10-27 00:55:04 +09:00
-3
View File
@@ -88,9 +88,6 @@ interface RequireConfig {
// baseUrl.
paths?: { [key: string]: any; };
// Allows configuring multiple module IDs to be found in
// another script.
bundles?: { [key: string]: any; };
// Dictionary of Shim's.
// does not cover case of key->string[]