version up
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7067 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
aa976f57bd
commit
47e964b64a
@ -4047,8 +4047,6 @@ TreeStyleTabBrowser.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
var startIndent = this.getPropertyPixelValue(aTab, property);
|
||||
|
||||
var CSSTransitionEnabled = ('Transition' in aTab.style || 'MozTransition' in aTab.style);
|
||||
if (CSSTransitionEnabled) {
|
||||
aTab.__treestyletab__updateTabIndentTask = function(aTime, aBeginning, aChange, aDuration) {
|
||||
@ -4067,6 +4065,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
var startIndent = this.getPropertyPixelValue(aTab, property);
|
||||
var delta = aIndent - startIndent;
|
||||
var radian = 90 * Math.PI / 180;
|
||||
var self = this;
|
||||
|
@ -5,7 +5,7 @@
|
||||
<RDF:Description RDF:about="urn:mozilla:install-manifest"
|
||||
em:id="treestyletab@piro.sakura.ne.jp"
|
||||
em:name="Tree Style Tab"
|
||||
em:version="0.10.2010080801"
|
||||
em:version="0.10.2010080802"
|
||||
em:creator="SHIMODA Hiroshi"
|
||||
em:description="Show tabs like a tree."
|
||||
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"
|
||||
|
Loading…
Reference in New Issue
Block a user