Remove stale FIXME

This commit is contained in:
Tom Payne
2013-01-19 15:38:15 +01:00
parent 4b971b5f32
commit 2bdfd3765b

View File

@@ -122,8 +122,6 @@ ol.TileQueue.prototype.enqueue = function(tile, tileSourceKey, tileCenter) {
this.heap_.push([priority, tile, tileSourceKey, tileCenter]);
this.queuedTileKeys_[tileKey] = true;
this.siftDown_(0, this.heap_.length - 1);
} else {
// FIXME fire drop event?
}
}
};