This warning appears many times. Some examples:

"get": function():*{return this}
"get": function():* { return this._xmlArray[idx]; }
this.append(newValue);
(this['mapView'] as GoogleMapView).finishInitialization();

Would simply "[this]" be correct? (I have tested it in "([this]['mapView'] as 
GoogleMapView).finishInitialization();": it produces no error and the warning 
is gone)

Thx.
Hiedra

Reply via email to