From 969c32a883d53ab5569f7199f28af60029db6134 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 2 Jan 2014 15:34:09 +0100 Subject: [PATCH] Re-enable checking of Zoomify example --- examples/zoomify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/zoomify.js b/examples/zoomify.js index 49a9cecb0c..ef445a9073 100644 --- a/examples/zoomify.js +++ b/examples/zoomify.js @@ -1,4 +1,3 @@ -// NOCHECK we can't check this example as it causes CORS violations in PhantomJS goog.require('ol.Map'); goog.require('ol.RendererHint'); goog.require('ol.View2D');