1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-05-27 22:01:05 +03:00
Travis Ralston f952f6742f Remove ancient "use strict" annotations
We don't need these anymore. Theoretically this commit could go to develop, but for safety it's going to `travis/sourcemaps` first.
2019-12-17 15:43:02 -07:00
..
2016-11-12 17:39:48 +01:00

To try it out, you must build the SDK first and then host this folder:

 $ npm run build
 $ cd examples/browser
 $ python -m SimpleHTTPServer 8003

Then visit http://localhost:8003.