Provide ol.canvas instead of ol.canvas.SUPPORTED

This is not currently used outside the library, so it is not exported.
This commit is contained in:
Tim Schaub
2013-09-15 13:13:26 -06:00
parent 54738e29eb
commit a2c70dba85
4 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
goog.provide('ol.renderer.canvas.SUPPORTED');
goog.provide('ol.renderer.canvas');
goog.require('ol.canvas.SUPPORTED');
goog.require('ol.canvas');
/**