Skip to content

Commit

Permalink
regenerates dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcon committed Nov 22, 2015
1 parent 73d4e9e commit 337a34b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id="map" class="map"></div>
<div id="other_map" class="map"></div>

<script src="../out/jhere.js"></script>
<script src="https://cdn.rawgit.com/mmarcon/jhere/jsla3/dist/jhere.min.js"></script>
<script>
/* globals jHERE: true */
var map = jHERE(document.querySelector('#map'), {zoom: 14, center: {lat: 52.5, lng: 18.3}})
Expand Down
3 changes: 2 additions & 1 deletion dist/jhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
* app_id: 'your_app_id',
* app_code: 'your_app_code'
* zoom: 14,
* center: {lat: 52.5, lng: 13.3
* center: {lat: 52.5, lng: 13.3,
* enable: ['zoombar', 'scalebar', 'settings']
* }});
*
* @link https://developer.here.com/myapps
Expand Down
2 changes: 1 addition & 1 deletion dist/jhere.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/jhere.zip
Binary file not shown.

0 comments on commit 337a34b

Please sign in to comment.