Skip to content

Commit

Permalink
rm nameArray
Browse files Browse the repository at this point in the history
should've done this in the merge commit for last pr...
  • Loading branch information
birm authored Apr 13, 2020
1 parent dab8a85 commit be95cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/model/model.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const PDR = OpenSeadragon.pixelDensityRatio;
const IDB_URL = 'indexeddb://';
var csvContent;
var nameArray = [];

// INITIALIZE DB
window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
Expand Down

0 comments on commit be95cd1

Please sign in to comment.