Zoom control does not know about the constraints

This commit is contained in:
Éric Lemoine
2012-09-27 13:42:30 +02:00
parent 87189293b5
commit bd0f3d2015

View File

@@ -1,5 +1,3 @@
// FIXME: remove constraints from here
goog.provide('ol.control.Zoom');
goog.require('goog.dom');
@@ -7,7 +5,6 @@ goog.require('goog.dom.TagName');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('ol.Projection');
goog.require('ol.ResolutionConstraint');
goog.require('ol.control.Control');