summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid DeSandro <desandrocodes@gmail.com>2015-11-17 14:20:27 -0500
committerDavid DeSandro <desandrocodes@gmail.com>2015-11-17 14:20:27 -0500
commit5bf885e9ac2341e5046867f4f939eb1e43dac50b (patch)
tree50782e3ccc0e4becd002362b2936b5bae8dbe1d8
parent24759023fcffb84abde888ad7566ce08450e54f0 (diff)
downloadimagesloaded-origin/gh-pages.zip
imagesloaded-origin/gh-pages.tar.gz
imagesloaded-origin/gh-pages.tar.bz2
build pageorigin/gh-pages
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 690ffcb..e53d65d 100644
--- a/index.html
+++ b/index.html
@@ -307,7 +307,7 @@ npm install imports-loader
}
};
</code></pre>
-<p>(This is hack is required because of an issue with how Webpack loads dependencies. <a href="https://github.com/webpack/webpack/issues/883">+1 this issue on GitHub</a> to help get this issue addressed.)</p>
+<p>(This hack is required because of an issue with how Webpack loads dependencies. <a href="https://github.com/webpack/webpack/issues/883">+1 this issue on GitHub</a> to help get this issue addressed.)</p>
<p>You can then <code>require(&#39;imagesloaded&#39;)</code>.</p>
<pre><code class="lang-js"><span class="comment">// main.js</span>
<span class="keyword">var</span> <span class="imagesloaded_keyword">imagesLoaded</span> = <span class="built_in">require</span>(<span class="string">'imagesLoaded'</span>);