fix leaking global

This commit is contained in:
Fabian Jakobs 2011-07-26 17:23:36 +02:00
commit ae63aa4528

View file

@ -134,6 +134,7 @@ var Anchor = exports.Anchor = function(doc, row, column) {
};
this.setPosition = function(row, column, noClip) {
var pos;
if (noClip) {
pos = {
row: row,