Upgraded Raphael.js dependency to v2.1.4

This commit is contained in:
neveldo
2015-05-24 18:09:43 +02:00
parent 6733137d98
commit a793e5fbf3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"raphael": ">=2.1.2",
"raphael": ">=2.1.4",
"jquery": ">=1.7",
"jquery-mousewheel": ">=3.1.6"
}
+1 -1
View File
@@ -121,7 +121,7 @@
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" charset="utf-8" ></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js" charset="utf-8" ></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js" charset="utf-8" ></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.4/raphael-min.js" charset="utf-8" ></script>
<script src="js/jquery.mapael.js" charset="utf-8" ></script>
<script src="js/maps/france_departments.js" charset="utf-8" ></script>
<script src="js/maps/world_countries.js" charset="utf-8" ></script>
+1 -1
View File
@@ -34,7 +34,7 @@
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
"dependencies": {
"jquery": ">=1.7",
"raphael": ">=2.1.2",
"raphael": ">=2.1.4",
"jquery-mousewheel": ">=3.1.6"
}
}