From 87e57b1141b460d1cd51db8346f7350bbf250d89 Mon Sep 17 00:00:00 2001
From: "Thomas B. Lee" <leez79@gmail.com>
Date: Thu, 16 Apr 2015 08:18:54 -0600
Subject: [PATCH] change data type

changed integer to number in comment
---
 photo-sphere-viewer.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/photo-sphere-viewer.js b/photo-sphere-viewer.js
index 63c6a49e6..012952e36 100644
--- a/photo-sphere-viewer.js
+++ b/photo-sphere-viewer.js
@@ -41,8 +41,8 @@
  * - navbar_style (Object) (optional) ({}) Style of the navigation bar
  * - loading_img (string) (optional) (null) Loading image URL or path (absolute or relative)
  * - size (Object) (optional) (null) Final size of the panorama container (e.g. {width: 500, height: 300})
- * - tilt_up_max (integer) (optional) (90) The maximum tilt up angle between 0 and 90
- * - tilt_down_max (integer) (optional) (90) The maximum tilt down angle between 0 and 90
+ * - tilt_up_max (number) (optional) (90) The maximum tilt up angle between 0 and 90
+ * - tilt_down_max (number) (optional) (90) The maximum tilt down angle between 0 and 90
  **/
 
 var PhotoSphereViewer = function(args) {