Skip to content

Commit

Permalink
upgrade to tangram 0.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper authored Nov 3, 2017
1 parent fe1254e commit 30ee66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<script id="tangram-lib"></script>
<script id="js-app"></script>
<script>
var TANGRAM_DEFAULT_LIB = 'https://mapzen.com/tangram/0.13/tangram.min.js';
var TANGRAM_DEBUG_LIB = 'https://mapzen.com/tangram/0.13/tangram.debug.js';
var TANGRAM_DEFAULT_LIB = 'https://mapzen.com/tangram/0.14/tangram.min.js';
var TANGRAM_DEBUG_LIB = 'https://mapzen.com/tangram/0.14/tangram.debug.js';
var APP_SCRIPT_PATH = '../scripts/embedded.js';

/* Note: code is duplicated from index.html loader */
Expand Down

0 comments on commit 30ee66f

Please sign in to comment.