spacing fix for r13217

This commit is contained in:
Mitchell Livingston 2012-02-11 03:52:57 +00:00
parent ec28df0bbc
commit 72b0086cef
1 changed files with 5 additions and 5 deletions

View File

@ -117,11 +117,11 @@ function PrefsDialog(remote) {
case 'radio':
return e.prop('checked');
case 'text':
case 'url':
case 'email':
case 'number':
case 'search':
case 'text':
case 'url':
case 'email':
case 'number':
case 'search':
case 'select-one':
str = e.val();
if( parseInt(str,10).toString() === str)