Rename ol.render.IRender to ol.render.IVectorContext

This commit is contained in:
Tom Payne
2014-02-06 16:38:45 +01:00
parent 57f77bb444
commit 09d5d31fc7
9 changed files with 34 additions and 33 deletions

View File

@@ -96,8 +96,8 @@ oli.render.Event.prototype.frameState;
oli.render.Event.prototype.glContext;
/** @type {ol.render.IRender|undefined} */
oli.render.Event.prototype.render;
/** @type {ol.render.IVectorContext|undefined} */
oli.render.Event.prototype.vectorContext;