GUAC-1053: Add constants for each input method type.

This commit is contained in:
Michael Jumper
2015-04-20 11:20:11 -07:00
parent b98c735498
commit 3310ac73ff
2 changed files with 42 additions and 5 deletions

View File

@@ -192,8 +192,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
autoFit : true,
/**
* The currently selected input method. This may be either "none",
* "osk", or "text".
* The currently selected input method. This may be any of the values
* defined within preferenceService.inputMethods.
*
* @type String
*/