View difference between Paste ID: Uuew66Zh and 7aZwCNS8
SHOW: | | - or go back to the newest paste.
1
while(i < len) {
2-
			if(!_stageProxies[i]) return getStage3DProxy(i)++;
2+
			if(_stageProxies[i]!=null && _stageProxies[i]!=false && _stageProxies[i]!= untyped __global__["undefined"]) return getStage3DProxy(i)++;
3
			i;
4
		}