You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/01/08 02:14:52 UTC

[jira] [Updated] (CB-5575) cordova.js localRequire bug

     [ https://issues.apache.org/jira/browse/CB-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-5575:
---------------------------------

    Fix Version/s:     (was: 3.2.0)

> 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
>   Original Estimate: 612h
>  Remaining Estimate: 612h
>
> 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.5#6160)