@@ -439,9 +439,9 @@
if (!this._geometry) {
var result = [];
if (this._delayInfo) {
- for (var kind in this._delayInfo) {
+ this._delayInfo.forEach( function(kind, index, array) {
result.push(kind);
- }
+ });
}
return result;