Skip to content

Commit

Permalink
Remove usage of nsISupportsArray due to its deprecation (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabolcs committed Mar 12, 2013
1 parent a9d860e commit ba25da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/chrome/content/titlebar/customize.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ arrayBasedTreeView.prototype = {
},

getRowProperties: function (aRow, aProps) {
return "";
},

getCellProperties: function (aRow, aCol, aProps) {
return "";
},

getColumnProperties: function (aColID, aCol, aProps) {
return "";
},

cycleHeader: function (aCol) {
Expand Down

0 comments on commit ba25da4

Please sign in to comment.