~autra/webapps-applications/deezer

« back to all changes in this revision

Viewing changes to tests/hulu-player.js

  • Committer: autra
  • Date: 2013-04-11 12:34:24 UTC
  • mfrom: (406.1.108 trunk)
  • Revision ID: autra@autra-optiplex-380-20130411123424-3b0xa9ppaytxx3hr
sync from parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    },
12
12
 
13
13
    onLoad: function () {
14
 
            setTimeout(function () {
15
 
                this._browser.finish();
16
 
            }.bind(this), 3000);
 
14
        setTimeout(function () {
 
15
            this._browser.finish();
 
16
        }.bind(this), 3000);
17
17
    },
18
18
 
19
19
    validateCallLog: function (log) {
24
24
    },
25
25
 
26
26
    scriptName: 'hulu-player/hulu-player.user.js'
27
 
};
 
27
};
 
 
b'\\ No newline at end of file'