Minor fixes according to review

This commit is contained in:
GaborFarkas
2016-11-14 17:35:26 +01:00
parent dd905ffb5b
commit efbc4ead8d
5 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ ol.render.webgl.CircleReplay.prototype.finish = function(context) {
*/
ol.render.webgl.CircleReplay.prototype.getDeleteResourcesFunction = function(context) {
// We only delete our stuff here. The shaders and the program may
// be used by other PolygonReplay instances (for other layers). And
// be used by other CircleReplay instances (for other layers). And
// they will be deleted when disposing of the ol.webgl.Context
// object.
ol.DEBUG && console.assert(this.verticesBuffer,