We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5b24 commit 9e5a0bbCopy full SHA for 9e5a0bb
1 file changed
markdown/docs/addon-author-guide.md
@@ -96,7 +96,7 @@ our component file that's shared across all instances of the component:
96
```js
97
// addon/components/resizable-component.js
98
import Component from '@ember/component';
99
-import $ from "jquery";
+import $ from 'jquery';
100
101
let componentsToNotify = [];
102
$(window).on('resize', () => {
@@ -136,7 +136,7 @@ and never in Node).
136
137
138
139
140
141
142
let didSetupListener = false;
0 commit comments