Repository: cordova-mobile-spec Updated Branches: refs/heads/master 1a7809fc2 -> 9c53ee101
CB-6764 Add test for findCordovaPath() detecting "notcordova.js" as cordova.js Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/9c53ee10 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/9c53ee10 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/9c53ee10 Branch: refs/heads/master Commit: 9c53ee101ad1f016c0b92df80621f1d0e2fb0a5f Parents: 1a7809f Author: Andrew Grieve <[email protected]> Authored: Tue Jul 22 10:04:04 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Jul 22 10:04:04 2014 -0400 ---------------------------------------------------------------------- www/index.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/9c53ee10/www/index.html ---------------------------------------------------------------------- diff --git a/www/index.html b/www/index.html index 8c02b93..39bc875 100644 --- a/www/index.html +++ b/www/index.html @@ -29,6 +29,7 @@ <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"> <script type="text/javascript" charset="utf-8" src="cordova-incl.js"></script> <script type="text/javascript" charset="utf-8" src="main.js"></script> + <script type="text/javascript" charset="utf-8" src="doesnotexist/notcordova.js"></script><!-- CB-6764 --> </head> <body id="stage" class="theme">
