[demos/multiview][xs]: set number types on x,y,z fields.

This commit is contained in:
Rufus Pollock 2012-11-13 12:07:23 +00:00
parent 53a417abde
commit 3226d8b11b

View File

@ -41,9 +41,9 @@ jQuery(function($) {
fields: [
{id: 'id'},
{id: 'date', type: 'date'},
{id: 'x'},
{id: 'y'},
{id: 'z'},
{id: 'x', type: 'number'},
{id: 'y', type: 'number'},
{id: 'z', type: 'number'},
{id: 'country', 'label': 'Country'},
{id: 'title', 'label': 'Title'},
{id: 'lat'},