Removed requirejs.d.ts double definition of bundles.

This commit is contained in:
Poul Kjeldager Sørensen
2015-10-24 14:57:36 +02:00
parent 3191f6e008
commit 853544cb70

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[]