From 54fb2b4c2032190e4e2f4c44835bac0ec1853101 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 16 Dec 2013 16:41:21 +0100 Subject: [PATCH] Don't attempt to check Zoomify example with PhantomJS --- examples/zoomify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/zoomify.js b/examples/zoomify.js index 91d606792d..8a79e6d889 100644 --- a/examples/zoomify.js +++ b/examples/zoomify.js @@ -1,3 +1,4 @@ +// 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');