Commit 2159c879 authored by Bryce Johnson's avatar Bryce Johnson

Fix spacing in code sample.

parent 7f0ac04d
......@@ -227,6 +227,7 @@ class MyThing {
gl.MyThing = new MyThing();
// best
let singleton;
class MyThing {
......@@ -246,6 +247,7 @@ class MyThing {
}
gl.MyThing = MyThing;
```
## Supported browsers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment