~abreu-alexandre/webapps-applications/fix-migration-script-icon-order

« back to all changes in this revision

Viewing changes to tests/GoogleCalendar.js

  • Committer: Ken VanDine
  • Date: 2012-06-21 16:51:22 UTC
  • mfrom: (80.1.212 webapps-applications)
  • Revision ID: ken.vandine@canonical.com-20120621165122-ejgx1uo1pdn4snqu
Tags: 1.4.0-0precise1
releasing version 1.4.0-0precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    _init: function (browser) {
7
7
        browser.open('http://www.google.com/calendar');
8
8
        this._browser = browser;
 
9
        this._state = 0;
9
10
    },
10
11
 
11
12
    onLoad: function (uri) {