Switch the reference to the javascript include back to the minified version

This commit is contained in:
Kevin MacMartin 2015-09-08 00:26:50 -04:00
parent f5ef27b187
commit a55d067aa3

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Contain Element - Examples</title>
<script type="text/javascript" src="contain-element.js"></script>
<script type="text/javascript" src="contain-element.min.js"></script>
<style>
html,
body {