TSP browser application.

root

Development

Testing the application: simply go to the tests/ directory. The index.html file should be loaded by default.

Adding new tests: * Add a new file in tests/spec directory. * Alternatively you can simply extend some existing file with a new test case/suite. It all depends on the context. * Add a new test file entry in the tests/index.html file. * Don't forget about adding a new JavaScript source file, if it's required!