change behaviour of tests and browser testing/build

This commit is contained in:
Sebastian McKenzie
2014-11-04 08:03:52 +11:00
parent 225754ae12
commit 2a0efceef5
15 changed files with 143 additions and 167 deletions

View File

@@ -222,7 +222,7 @@ Just include one of those in the browser and access the transform method via the
global `to5`.
```javascript
to5("class Test {}").code;
to5.transform("class Test {}").code;
```
#### Test