ライブラリ更新
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4193 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
75565ae889
commit
82765c6d0d
@ -19,7 +19,7 @@
|
||||
window.addEventListener('DOMContentLoaded', function() {
|
||||
window.removeEventListener('DOMContentLoaded', arguments.callee, true);
|
||||
|
||||
const currentRevision = 6;
|
||||
const currentRevision = 7;
|
||||
var root = document.documentElement;
|
||||
|
||||
var loadedRevision = root.getAttribute('fullScreenCanvas');
|
||||
|
@ -3664,7 +3664,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
var browserBox = this.mTabBrowser.mCurrentBrowser.boxObject;
|
||||
var contentBox = this.getBoxObjectFor(frame.document.documentElement);
|
||||
|
||||
var zoom = window.fullScreenCanvas.getZoomForFrame(frame);
|
||||
var zoom = fullScreenCanvas.getZoomForFrame(frame);
|
||||
|
||||
var x = (pos == 'right') ? browserBox.width - this.autoHideXOffset : 0 ;
|
||||
var y = (pos == 'bottom') ? browserBox.height - this.autoHideYOffset : 0 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user