Inline !goog.isDef() calls for properties

This commit is contained in:
Tim Schaub
2015-09-27 10:37:20 -06:00
parent e3951fa3c6
commit 36e336f406
6 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ ol.renderer.webgl.Layer.prototype.bindFramebuffer =
var gl = this.mapRenderer.getGL();
if (!goog.isDef(this.framebufferDimension) ||
if (this.framebufferDimension === undefined ||
this.framebufferDimension != framebufferDimension) {
frameState.postRenderFunctions.push(