Add goog.provide for ol.DrawEventType

This commit is contained in:
Éric Lemoine
2015-02-25 21:19:49 +01:00
parent 18ec8a487f
commit 56b08adef7
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
goog.provide('ol.DrawEvent');
goog.provide('ol.DrawEventType');
goog.provide('ol.interaction.Draw');
goog.require('goog.asserts');

View File

@@ -592,6 +592,7 @@ goog.require('goog.dispose');
goog.require('goog.events');
goog.require('goog.events.BrowserEvent');
goog.require('goog.style');
goog.require('ol.DrawEventType');
goog.require('ol.Map');
goog.require('ol.MapBrowserPointerEvent');
goog.require('ol.View');