Skip to content

Commit 4026f7d

Browse files
author
marcj
committed
Adjusted index
1 parent fc6e408 commit 4026f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,12 @@ <h3>Example CSS</h3>
296296
<h2>
297297
<a name="api" class="anchor" href="#api"><span class="octicon octicon-link"></span></a>API</h2>
298298

299-
After including ElementQueries.js the class attaches the `init` method to `load` of the page,
299+
After including ElementQueries.js the class attaches the `init` method to `load` event of the page,
300300
so it get initialised after all CSS files have been loaded.<br />
301301
<br />
302302
<div class="highlight highlight-html"><pre>
303303
Class ElementQueries()
304-
-> init() // Scans all css rules and attach the event listener.
304+
-> init() // Scans all css rules and do the magic.
305305

306306
Class ResizeSensor(element, callback)
307307
</pre>

0 commit comments

Comments
 (0)