Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

## Getting Help with PhoneGap

If you are looking for help with PhoneGap please visit the
If you are looking for help with PhoneGap please visit the ->
[PhoneGap Forums](https://forums.adobe.com/community/phonegap).

## Usage
## The Usage

### Desktop

In your browser, open the file:
In your 'browser', open the file:

/www/index.html

Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="app">
<h1>PhoneGap</h1>
<div id="deviceready" class="blink">
<p class="event listening">Connecting to Device</p>
<p class="event listening">Device Connection...</p>
<p class="event received">Device is Ready</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion www/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script type="text/javascript" src="spec/helper.js"></script>
<script type="text/javascript" src="spec/index.js"></script>

<script type="text/javascript">
<script type="text/javascript" src="">
(function() {
var jasmineEnv = jasmine.getEnv();
jasmineEnv.updateInterval = 1000;
Expand Down