From c623fa2c6bda7659981920b61f3e2068274bd3c0 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Fri, 27 Dec 2013 15:36:48 -0800 Subject: [PATCH] Update site --- examples/quake.html | 2 +- examples/quake/quake.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quake.html b/examples/quake.html index 99c21c5..cb6e6c3 100644 --- a/examples/quake.html +++ b/examples/quake.html @@ -82,7 +82,7 @@ land: { fill: '#06304e' }, borders: { stroke: '#001320' } })); - planet.loadPlugin(planetaryjs.plugins.pings({})); + planet.loadPlugin(planetaryjs.plugins.pings()); planet.loadPlugin(planetaryjs.plugins.zoom({ scaleExtent: [50, 5000] })); diff --git a/examples/quake/quake.js b/examples/quake/quake.js index 362d1ed..88ccff3 100644 --- a/examples/quake/quake.js +++ b/examples/quake/quake.js @@ -12,7 +12,7 @@ land: { fill: '#06304e' }, borders: { stroke: '#001320' } })); - planet.loadPlugin(planetaryjs.plugins.pings({})); + planet.loadPlugin(planetaryjs.plugins.pings()); planet.loadPlugin(planetaryjs.plugins.zoom({ scaleExtent: [50, 5000] }));