Merge branch 'tizen_4.0' into tizen_5.0
[platform/core/api/webapi-plugins.git] / src / inputdevice / inputdevice_api.js
index d349d27..e828198 100644 (file)
@@ -41,8 +41,8 @@ function InputDeviceKey(dict) {
 }
 
 /**
- * This class provides access to the API functionalities
- * through the tizen.tvinputdevice interface.
+ * This class provides access to the API functionalities through the
+ * tizen.tvinputdevice interface.
  * @constructor
  */
 function InputDeviceManager() {
@@ -87,8 +87,8 @@ InputDeviceManager.prototype.getKey = function(keyName) {
 };
 
 /**
- * Registers an input device key to receive DOM keyboard event
- * when it is pressed or released.
+ * Registers an input device key to receive DOM keyboard event when it is pressed or
+ * released.
  * @param {!string} keyName  The key name
  */
 InputDeviceManager.prototype.registerKey = function(keyName) {