From 862b560cb46f95349b5d70ca27b61fa4504642e8 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 18 Jun 2013 11:08:16 -0700 Subject: [PATCH] Basic test no longer uses navigator since we have a suite for that --- test/basic.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/basic.js b/test/basic.js index 701117f2..ea4e9aad 100644 --- a/test/basic.js +++ b/test/basic.js @@ -13,8 +13,7 @@ id: 'example', prefixUrl: '/build/openseadragon/images/', tileSources: '/test/data/testpattern.dzi', - springStiffness: 100, // Faster animation = faster tests - showNavigator: true + springStiffness: 100 // Faster animation = faster tests }); ok(viewer, 'Viewer exists');