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