added back the bind/report methods so the tests will pass again.  Added some comments, as that is probably something we should encourage.
1 file changed
tree: e50535ee3441bf875599e634b27ac66556980541
  1. www/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. README.md
README.md

Hello Cordova

Hello World sample app for Apache Cordova

Run App

/www/index.html

Run Tests

/www/spec.html

Updating Cordova Version

The application's version is directly tied to each Apache Cordova release. The tag 1.9.0 for Hello Cordova is writtend for Apache Cordova 1.9.0.

Updating to Apache Cordova x.x.x:

  1. www/index.html
    • Update <script type="text/javascript" src="cordova-x.x.x.js"></script>
  2. www/config.xml
    • Update <widget version="x.x.x">
  3. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x

Note on Tagging

While Hello Cordova is a branch on incubator-cordova-labs, please prefix each tag with hello-cordova. For example, the tag for 1.9.0 should be hello-cordova-1.9.0