[ 
https://issues.apache.org/jira/browse/CB-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13719721#comment-13719721
 ] 

Sharif Ahmed commented on CB-4389:
----------------------------------

@Andrew - No problem :)
                
> 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
>    Affects Versions: 3.0.0
>            Reporter: Sharif Ahmed
>            Assignee: Andrew Grieve
>
> 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

Reply via email to