zoom update

This commit is contained in:
Peter Cottle 2013-01-08 14:45:02 -08:00
parent d7bb4064dc
commit 1ea23f7b32
3 changed files with 12 additions and 6 deletions

View file

@ -80,7 +80,7 @@ var init = function() {
if (level > Constants.VIEWPORT.maxZoom ||
level < Constants.VIEWPORT.minZoom) {
var Views = require('../views');
var view = new Views.ZoomAlertWindow();
var view = new Views.ZoomAlertWindow({level: level});
}
});
eventBaton.stealBaton('windowSizeCheck', function(size) {