missing goog.require in the mousewheel handler

This commit is contained in:
Éric Lemoine
2012-07-11 17:47:16 +02:00
parent 3936c62e77
commit d73531bf57

View File

@@ -9,8 +9,12 @@
goog.provide('ol.handler.MouseWheel');
goog.require('goog.asserts');
goog.require('goog.events');
goog.require('goog.style');
goog.require('goog.Disposable');
goog.require('goog.events.MouseWheelHandler');
goog.require('goog.events.MouseWheelHandler.EventType');
/**