Store focus in frame state

This commit is contained in:
Tom Payne
2013-03-26 17:49:11 +01:00
parent 96912c271d
commit 00b862de10
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@ goog.require('ol.layer.LayerState');
* backgroundColor: ol.Color,
* coordinateToPixelMatrix: goog.vec.Mat4.Number,
* extent: (null|ol.Extent),
* focus: ol.Coordinate,
* layersArray: Array.<ol.layer.Layer>,
* layerStates: Object.<number, ol.layer.LayerState>,
* pixelToCoordinateMatrix: goog.vec.Mat4.Number,