add goog.require for ol.handler.Click in ol.js

This commit is contained in:
Éric Lemoine
2012-07-11 17:52:21 +02:00
parent 8194f05ce4
commit c6b8a93394

View File

@@ -7,6 +7,7 @@ goog.require('ol.control.Navigation');
goog.require('ol.control.Zoom');
goog.require('ol.handler.Drag');
goog.require('ol.handler.MouseWheel');
goog.require('ol.handler.Click');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.feature");