GUAC-1044: Input method may be "none", "osk", or "text".

This commit is contained in:
Michael Jumper
2015-01-30 14:28:33 -08:00
parent 7b9449d2da
commit 7134347d4c

View File

@@ -168,8 +168,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
shown : false, shown : false,
/** /**
* The currently selected input method. This may be either 'none', * The currently selected input method. This may be either "none",
* 'osk', or 'none'. * "osk", or "text".
* *
* @type String * @type String
*/ */