Skip to content

Commit

Permalink
change data type
Browse files Browse the repository at this point in the history
changed integer to number in comment
  • Loading branch information
iamthomaslee committed Apr 16, 2015
1 parent 5bc9c45 commit 87e57b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photo-sphere-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 87e57b1

Please sign in to comment.