From 66b52ec6020c2d618683c2d00b9dfa5e5b8a00f8 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sun, 22 Dec 2013 14:13:30 -0800 Subject: [PATCH] Update site --- documentation/builtin_drag.html | 2 +- examples/quake.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/builtin_drag.html b/documentation/builtin_drag.html index 4032686..4554275 100644 --- a/documentation/builtin_drag.html +++ b/documentation/builtin_drag.html @@ -80,7 +80,7 @@

Drag Plugin

-

The drag plugin allows for modifying the planet's projection's rotation with the mouse wheel. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.

+

The drag plugin allows for modifying the planet's projection's rotation with the mouse. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.

API

planetaryjs.plugins.drag([config])

Valid keys for config are:

diff --git a/examples/quake.html b/examples/quake.html index b21462d..4aa20ba 100644 --- a/examples/quake.html +++ b/examples/quake.html @@ -40,7 +40,7 @@

2013 Earthquake Data

-

This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js specific techniques, like D3 scales, DOM manipulation, and loading external data.

+

This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like D3 scales, DOM manipulation, and loading external data.

View the demo