veyron-browser: Remove trailing commas

Temporarily set .jshint to use 'es3' standard.
This revealed all trailing commas, which were subsequently removed.

.jshintrc has 'trailing' set to true, but it's not clear what that does.
'trailing' is not mentioned in http://www.jshint.com/docs/options/
It might refer to trailing commas or trailing whitespace, or maybe nothing at all.

Change-Id: Idc86b2c8dd4e0fa06e45998df8b48a419458ef4f
12 files changed
tree: fffea4809ac3c32aa25f3c275b8e6fe7b0a5ac64
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. Makefile
  11. package.json
  12. README.md
  13. services.sh
  14. web-component-dependencies.html
README.md

Mounttable Browser

Mountable browser is a browser application that lets the user view and traverse mounttables.

Building

Before you can run Mounttable Browser, you need to build. Simply run:

make

The Extension

You must have the Veyron Extension installed to run this.

Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start