Refactor frontend JS 13/213/5
authorAndrew Kim <andrekim@cisco.com>
Tue, 16 Apr 2013 22:35:12 +0000 (15:35 -0700)
committerAndrew Kim <andrekim@cisco.com>
Fri, 19 Apr 2013 02:05:43 +0000 (19:05 -0700)
Refactored one.js into lib.js and open.js. lib.js contains all the common library functions
one.js and other page.js can use. open.js is the core engine that runs the web UI.

Frontend is now extensible by automatically including  lib.js and overriding default JS engine.

Use spaces instead of tabs.

Change-Id: Ia6678a81a23266c6d0e1c1d56c6cec547f792487
Signed-off-by: Andrew Kim <andrekim@cisco.com>

No differences found