Browse Source

Corrected jQuery path in example

Path to jquery within the bower_components folder was wrong. Needed to point to the dist directory.
pull/775/head
Rich 11 years ago
parent
commit
a60de498f5
  1. 2
      examples/combination-filters-inclusive.html

2
examples/combination-filters-inclusive.html

@ -196,7 +196,7 @@
</div>
<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/eventEmitter/EventEmitter.js"></script>
<script src="../bower_components/eventie/eventie.js"></script>
<script src="../bower_components/doc-ready/doc-ready.js"></script>

Loading…
Cancel
Save