removed unecessary regex in Class file which was tripping up the JS minifier

This commit is contained in:
Eric Rowell
2012-07-11 22:55:18 -07:00
parent 780d5568db
commit d4f03e64b1
5 changed files with 10 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-core.js"></script>
<script src="../../dist/kinetic-core.min.js"></script>
<script src="../assets/worldMap.js"></script>
<script src="../assets/tiger.js"></script>
<script src="../assets/unitDataUrls.js"></script>