Skip to content

Commit 3a57170

Browse files
committed
bug修复
1 parent 0f87b16 commit 3a57170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/Offset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
this.left += offset.left;
3636
this.top += offset.top;
3737
return this;
38-
},
38+
}
3939
});
4040
})();

0 commit comments

Comments
 (0)