Add missing goog.require

This commit is contained in:
Frederic Junod
2014-08-28 09:06:51 +02:00
parent 2eb9a4b72e
commit 2b395d3160

View File

@@ -8,6 +8,7 @@ goog.require('goog.dom.TagName');
goog.require('goog.events');
goog.require('goog.events.Event');
goog.require('goog.events.EventType');
goog.require('goog.fx.DragDropEvent');
goog.require('goog.fx.Dragger');
goog.require('goog.fx.Dragger.EventType');
goog.require('goog.math');