Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / keyboard / resources / elements / kb-key-base.js
index ed6b527..ca08a94 100644 (file)
@@ -172,7 +172,7 @@ Polymer('kb-key-base', {
 
   /**
    * Handles a swipe flick that originated from this key.
-   * @param {detail} The details of the swipe.
+   * @param {detail} detail The details of the swipe.
    */
   onFlick: function(detail) {
     if (!(detail.direction & SwipeDirection.UP) || !this.hintTextValue)