danny created CB-5575:
-------------------------
Summary: cordova.js localRequire bug
Key: CB-5575
URL: https://issues.apache.org/jira/browse/CB-5575
Project: Apache Cordova
Issue Type: Bug
Components: CordovaJS
Affects Versions: 3.2.0
Reporter: danny
Fix For: 3.2.0
if (id.charAt(0) === ".") {
resultantId = module.id.slice(0, module.id.lastIndexOf(SEPERATOR)) +
SEPERATOR + id.slice(2);
}
if module.id like "test/123", use localRequire when id like "./test",
resultantid will "test/12.test", right?
--
This message was sent by Atlassian JIRA
(v6.1#6144)