remove unused field

This commit is contained in:
notmasteryet 2011-12-29 18:01:47 -06:00
parent c25f837766
commit 1074c75f32

View File

@ -28,7 +28,6 @@ var Cache = function cacheCache(size) {
var RenderingQueue = (function RenderingQueueClosure() {
function RenderingQueue() {
this.busy = false;
this.items = [];
}