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');