maxTranslate.js 93 Bytes
Newer Older
xhw committed
1 2 3
export default function maxTranslate() {
  return -this.snapGrid[this.snapGrid.length - 1];
}