Skip to content

Commit

Permalink
updated to v3.8 of the Esri JSAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jan 9, 2014
1 parent fa64249 commit 3ff5747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Expand Up @@ -4,8 +4,8 @@
<title>Create a Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/dojo/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/esri/css/esri.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.8/js/dojo/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.8/js/esri/css/esri.css">
<link rel="stylesheet" href="css/app.css">
<script>
var dojoConfig = {
Expand All @@ -17,7 +17,7 @@
]
};
</script>
<script src="http://js.arcgis.com/3.7/"></script>
<script src="http://js.arcgis.com/3.8/"></script>
</head>

<body class="claro">
Expand Down

0 comments on commit 3ff5747

Please sign in to comment.