Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / webui / resources / js / cr / ui / table / table_list.js
index 3d3e50d..df39c0e 100644 (file)
@@ -8,7 +8,6 @@
 
 cr.define('cr.ui.table', function() {
   /** @const */ var List = cr.ui.List;
-  /** @const */ var TableRow = cr.ui.table.TableRow;
   /** @const */ var ListItem = cr.ui.ListItem;
 
   /**
@@ -155,7 +154,7 @@ cr.define('cr.ui.table', function() {
     /**
      * Creates a new list item.
      * @param {*} dataItem The value to use for the item.
-     * @return {!ListItem} The newly created list item.
+     * @return {!cr.ui.ListItem} The newly created list item.
      */
     createItem: function(dataItem) {
       return this.table_.getRenderFunction().call(null, dataItem, this.table_);