You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sharif Ahmed (JIRA)" <ji...@apache.org> on 2013/07/25 08:11:49 UTC

[jira] [Created] (CB-4389) Cordova JS file name is different in API Reference and assets/www

Sharif Ahmed created CB-4389:
--------------------------------

             Summary: Cordova JS file name is different in API Reference and assets/www
                 Key: CB-4389
                 URL: https://issues.apache.org/jira/browse/CB-4389
             Project: Apache Cordova
          Issue Type: Bug
          Components: Docs
            Reporter: Sharif Ahmed
            Assignee: Michael Brooks
            Priority: Trivial


In the API Reference, all the Full Example section of the APIs have the following script tag:
<script type="text/javascript" charset="utf-8" src="cordova-3.0.0.js"></script>

Whereas, in a newly created cordova app (3.0.0), the file name is cordova.js (under assets/www). Clearly its a mis-match.

Update in the Full Example sections of 3.0.0 docs in needed.

Changing the following script:
<script type="text/javascript" charset="utf-8" src="cordova-3.0.0.js"></script>
To:
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira