Chagned APIProperty to Property for isAnalogScrollWheel

This commit is contained in:
Gregers Gram Rygg
2012-05-29 16:08:15 +02:00
parent 1a25a0704f
commit 8f38ba5bd0

View File

@@ -56,7 +56,7 @@ OpenLayers.Handler.MouseWheel = OpenLayers.Class(OpenLayers.Handler, {
cumulative: true,
/**
* APIProperty: isAnalogScrollWheel
* Property: isAnalogScrollWheel
* {Boolean} Will switch to true when an event with analog scroll value
* is detected.
*/