Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dafi committed Apr 21, 2009
1 parent e7f5b9b commit 5d05f50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/content/colortab/tabUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ if (typeof(extensions.dafizilla.tabcolor) == 'undefined') {
extensions.dafizilla.tabcolor.tabUtils = {};

(function() {
_stylesInfo = null;
commonUtils = extensions.dafizilla.tabcolor.commonUtils;
stringUtils = extensions.dafizilla.tabcolor.stringUtils;
var _stylesInfo = null;
var commonUtils = extensions.dafizilla.tabcolor.commonUtils;
var stringUtils = extensions.dafizilla.tabcolor.stringUtils;

// Contains cached info, the object prototype is
// .cssStyle
Expand Down

0 comments on commit 5d05f50

Please sign in to comment.