Merge branch 'tizen_4.0' into tizen_5.0
[platform/core/api/webapi-plugins.git] / src / tvinputdevice / tvinputdevice_api.js
index 00576b1..3c5580f 100755 (executable)
@@ -243,8 +243,8 @@ function TVInputDeviceKey(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 TVInputDeviceManager() {
@@ -299,8 +299,8 @@ TVInputDeviceManager.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
  */
 TVInputDeviceManager.prototype.registerKey = function(keyName) {