Browse Source

Fix error in style guide

patch-1
Luke Childs 8 years ago
committed by GitHub
parent
commit
dfef21d759
  1. 4
      README.md

4
README.md

@ -56,9 +56,9 @@ Our guide is based off the excellent [Airbnb JavaScript Style Guide](https://git
$(window).on("scroll", doSomething);
// good
import $ form "jquery";
import $ from "jquery";
$(wdinow).on("scroll", doSomething);
$(window).on("scroll", doSomething);
```
#### Comparison Operators & Equality

Loading…
Cancel
Save