Skip to content

Commit

Permalink
Closes #240 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebluejay authored and Kelly Selden committed Mar 17, 2018
1 parent aeedce6 commit 4138013
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/rules/no-jquery.md
Expand Up @@ -46,8 +46,6 @@ export default Component.extend({
```

```js
import $ from 'jquery';

export default Component.extend({
click() {
document.body.classList.add('expanded');
Expand Down

0 comments on commit 4138013

Please sign in to comment.