Skip to content

Commit

Permalink
The ESRI Bookmarks widget in version 3.16 now requires a unique id. O…
Browse files Browse the repository at this point in the history
…therwise it fails.
  • Loading branch information
tmcgee committed Mar 17, 2016
1 parent 84e003f commit edfac16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/js/gis/dijit/Bookmarks.js
Expand Up @@ -23,6 +23,7 @@ define([

this.bookmarks = new Bookmarks({
map: this.map,
id: this.id + '_esri',
editable: this.editable,
bookmarks: lang.mixin(this.bookmarkItems, bookmarks)
}, this.domNode);
Expand Down

0 comments on commit edfac16

Please sign in to comment.