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

[jira] [Created] (CB-5815) Runtime errors if application does not reference cordova.js

Josh Soref created CB-5815:
------------------------------

             Summary: Runtime errors if application does not reference cordova.js
                 Key: CB-5815
                 URL: https://issues.apache.org/jira/browse/CB-5815
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry
    Affects Versions: 3.3.0
            Reporter: Josh Soref
            Assignee: Josh Soref
            Priority: Minor


1. cordova create helloWorld 
2. cordova platform add blackberry10
3. edit helloWorld/www/index.html and remove reference to <script type="text/javascript" src="cordova.js"></script> 
3. cordova run 
4. using web inspector, watch console as you minimize & restore the app 

Actual result: 
======================= 
No activity in web inspector console window 

Expected result: 
======================= 
ReferenceError: Can't find variable: cordova 




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)