Skip to content

jshint warnings #44

@dduugg

Description

@dduugg

jshintrc should be named .jshintrc. With that change, jshint will generate the following warnings:

$ jshint src/js/pebble-js-app.js
src/js/pebble-js-app.js: line 200, col 18, 'MessageQueue' was used before it was defined.
src/js/pebble-js-app.js: line 11, col 23, 'window' is not defined.
src/js/pebble-js-app.js: line 51, col 17, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 273, col 25, 'toString' is not defined.
src/js/pebble-js-app.js: line 296, col 21, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 307, col 21, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 358, col 25, 'window' is not defined.

7 errors

Happy to submit a PR to resolve the above. I can also include a Travis configuration to catch future warnings.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8752532-jshint-warnings?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions