Merge pull request #1137 from TiddoLangerak/patch-1

Requirejs should also accepts an array for path values.
This commit is contained in:
basarat
2013-10-14 16:59:52 -07:00

View File

@@ -72,7 +72,7 @@ interface RequireConfig {
// Path mappings for module names not found directly under
// baseUrl.
paths?: { [key: string]: string; };
paths?: { [key: string]: any; };
// Dictionary of Shim's.
// does not cover case of key->string[]