You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/07/25 16:21:48 UTC

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

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

ASF subversion and git services commented on CB-4389:
-----------------------------------------------------

Commit 94bdce939088b094222362b315b9ef39cb2f9049 in branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=94bdce9 ]

[CB-4389] Update examples to use cordova.js instead of cordova-3.0.0.js

                
> 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: Michael Brooks
>
> 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