Codebase list libjs-requirejs-text / 823ce0c
Merge pull request #49 from fsbdev/patch-1 Change buildMap to object literal from array literal James Burke 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 defaultProtocol = hasLocation && location.protocol && location.protocol.replace(/\:/, ''),
1919 defaultHostName = hasLocation && location.hostname,
2020 defaultPort = hasLocation && (location.port || undefined),
21 buildMap = [],
21 buildMap = {},
2222 masterConfig = (module.config && module.config()) || {};
2323
2424 text = {