ライブラリ更新

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4193 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-04-27 08:26:39 +00:00
parent 75565ae889
commit 82765c6d0d
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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 ;