Skip to content

Commit

Permalink
#25
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuque committed Feb 3, 2014
1 parent d392073 commit b03079e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<script type="text/javascript" src="js/ui/localfile-picker.js"></script>
<script type="text/javascript" src="js/ui/csv-preview-window.js"></script>
<script type="text/javascript" src="js/ui/MarkerConfigurationPanel.js"></script>
<script type="text/javascript" src="js/selection/selection-pool.js"></script>
<script type="text/javascript" src="js/model/MMProject.js"></script>
<script type="text/javascript" src="js/model/MMLayer.js"></script>
<script type="text/javascript" src="js/model/AttributeMapping.js"></script>
Expand Down
1 change: 1 addition & 0 deletions inner/js/model/MMLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (!window.mobmap) { window.mobmap={}; }

this.markerGenerator = new mobmap.MarkerGenerator();
this.movingData = null;
this.localSelectionPool = new mobmap.SelectionPool();
this.dataReady = false;

this.shouldRenderAsPoints = true;
Expand Down

0 comments on commit b03079e

Please sign in to comment.