From f39b6a1be33acbbe4a3ba6d984aabea8363735f9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 17 Jan 2013 14:23:35 -0700 Subject: [PATCH] Errant require --- test/spec/ol/color.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/spec/ol/color.test.js b/test/spec/ol/color.test.js index 157a64788a..103c10a8fa 100644 --- a/test/spec/ol/color.test.js +++ b/test/spec/ol/color.test.js @@ -69,5 +69,3 @@ describe('ol.Color', function() { }); }); - -goog.require('ol.array');