diff options
author | Peter Wu | 2014-08-02 16:26:17 +0200 |
---|---|---|
committer | Peter Wu | 2014-08-02 16:30:29 +0200 |
commit | c4d31153e76caf0dbccdfe108574afc4b030c926 (patch) | |
tree | 7fdb35c051432d055697b54c94833b01ce0d226d /plugin/battery.json | |
parent | jsrrdgraph: Fix error functions. Error prototype. (diff) | |
download | apt-panopticon_cgp-c4d31153e76caf0dbccdfe108574afc4b030c926.zip apt-panopticon_cgp-c4d31153e76caf0dbccdfe108574afc4b030c926.tar.gz apt-panopticon_cgp-c4d31153e76caf0dbccdfe108574afc4b030c926.tar.bz2 apt-panopticon_cgp-c4d31153e76caf0dbccdfe108574afc4b030c926.tar.xz |
Merge (a)sync code, reformat CGP.js
Best viewed with `git diff -w`.
Since CGP-sync.js and CGP-async.js are almost equal except for one
function call, merge them into a single function. While at it, reformat
CGP.js to expose a single namespace (`CGP`) which exports the symbol
`drawAll`.
Remove `alert()` and add a `console.error()` call instead. This is less
intrustive to users (who will notice a broken graph anyway) and be more
helpful for developers (who can examine the call trace in the Developer
Console.
Add `"use strict"` and use the standard four spaces as indent. Process
the script through `js-beautify` which re-indented the code and added
some spaces between operators. Replace double by single quotes for
consistency. Rename `catch(e)` to `catch(ex)` to supress a jshint
warning about IE8.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions