Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / webui / resources / js / cr / ui / list_selection_controller.js
index 15ab813..9b840d0 100644 (file)
@@ -14,7 +14,7 @@ cr.define('cr.ui', function() {
    *     interact with.
    *
    * @constructor
-   * @extends {!cr.EventTarget}
+   * @extends {cr.EventTarget}
    */
   function ListSelectionController(selectionModel) {
     this.selectionModel_ = selectionModel;