Skip to content

Commit

Permalink
Use phonegap.js instead of cordova-x.x.x.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Nov 2, 2012
1 parent 908a5f6 commit 83e348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Expand Up @@ -33,7 +33,7 @@ <h1>PhoneGap</h1>
<p class="status complete blink hide">Device is Ready</p>
</div>
</div>
<script type="text/javascript" src="cordova-2.0.0.js"></script>
<script type="text/javascript" src="phonegap.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
app.initialize();
Expand Down

0 comments on commit 83e348f

Please sign in to comment.