Aleksander Machniak
2013-01-27 a27b8772886eeadef73224a29e8f3ad75e67433c
skins/classic/splitter.js
@@ -147,6 +147,7 @@
    this.p1pos = this.relative ? $(this.p1).position() : $(this.p1).offset();
    this.p2pos = this.relative ? $(this.p2).position() : $(this.p2).offset();
    return false;
  };