Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / webui / resources / js / cr / ui / list_single_selection_model.js
index bf951b7..70f39ed 100644 (file)
@@ -12,7 +12,7 @@ cr.define('cr.ui', function() {
    * @param {number=} opt_length The number items in the selection.
    *
    * @constructor
-   * @extends {!cr.EventTarget}
+   * @extends {cr.EventTarget}
    */
   function ListSingleSelectionModel(opt_length) {
     this.length_ = opt_length || 0;
@@ -156,7 +156,7 @@ cr.define('cr.ui', function() {
 
     /**
      * Creates event with specified name and fills its {changes} property.
-     * @param {string} name Event name.
+     * @param {string} eventName Event name.
      */
     createChangeEvent: function(eventName) {
       var e = new Event(eventName);