No empty blocks

This commit is contained in:
Tim Schaub
2016-01-04 17:40:51 -07:00
parent 4e0cddcb41
commit 29a723166d
3 changed files with 5 additions and 1 deletions

View File

@@ -133,7 +133,9 @@ ol.has.WEBGL;
(gl.getParameter(gl.MAX_TEXTURE_SIZE));
extensions = gl.getSupportedExtensions();
}
} catch (e) {}
} catch (e) {
// pass
}
}
ol.has.WEBGL = hasWebGL;
ol.WEBGL_EXTENSIONS = extensions;