a bit of cleanup, bug fixes, and lint compliance

This commit is contained in:
ansuz
2018-06-21 10:16:16 +02:00
parent c3741f847d
commit c2014c5906
5 changed files with 6 additions and 10 deletions

View File

@@ -139,7 +139,6 @@ define([], function () {
// given a path, asynchronously return an arraybuffer
Util.fetch = function (src, cb) {
var done = false;
var CB = Util.once(cb);
var xhr = new XMLHttpRequest();