mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 15:23:09 +02:00
wip
This commit is contained in:
parent
0158808501
commit
143088b9ef
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { themeColor } from '../../../config';
|
import { themeColor } from '../../../config';
|
||||||
|
|
||||||
const Vec2 = function(x, y) {
|
const Vec2 = function(this: any, x, y) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
this.y = y;
|
this.y = y;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue