We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6e408 commit 4026f7dCopy full SHA for 4026f7d
index.html
@@ -296,12 +296,12 @@ <h3>Example CSS</h3>
296
<h2>
297
<a name="api" class="anchor" href="#api"><span class="octicon octicon-link"></span></a>API</h2>
298
299
-After including ElementQueries.js the class attaches the `init` method to `load` of the page,
+After including ElementQueries.js the class attaches the `init` method to `load` event of the page,
300
so it get initialised after all CSS files have been loaded.<br />
301
<br />
302
<div class="highlight highlight-html"><pre>
303
Class ElementQueries()
304
- -> init() // Scans all css rules and attach the event listener.
+ -> init() // Scans all css rules and do the magic.
305
306
Class ResizeSensor(element, callback)
307
</pre>
0 commit comments