fixed invalid tribble backslash directives
This commit is contained in:
parent
3e22c59855
commit
b3a6ba5ca5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/// <reference path="../../ui/elements/modal.ts" />
|
||||
/// <reference path="../../ConnectionHandler.ts" />
|
||||
/// <reference path="../../proto.ts" />
|
||||
/// <reference path="../../../ui/elements/modal.ts" />
|
||||
/// <reference path="../../../ConnectionHandler.ts" />
|
||||
/// <reference path="../../../proto.ts" />
|
||||
|
||||
/*
|
||||
TODO: Check needed permissions and may not even try to request, because we dont have the permission. Permissions:
|
||||
|
|
Loading…
Add table
Reference in a new issue