Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit cb5fd5a

Browse files
committed
modify helper lib reference path
1 parent 26d1d14 commit cb5fd5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NavigationAPI.lls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* global ll mc Format PermType */
22
// LiteLoaderScript Dev Helper
3-
/// <reference path="E:\Coding\bds\.vscode\LLSEDevHelper/Library/JS/Api.js" />
3+
/// <reference path="../HelperLib/src/index.d.ts"/>
44

55
const pluginName = 'NavigationAPI';
66
const exportNamespace = 'NavAPI';

NavigationAPI_OldLXL.lls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* global lxl mc Format */
22
// LiteLoaderScript Dev Helper
3-
/// <reference path="E:\Coding\bds\.vscode\LLSEDevHelper/Library/JS/Api.js" />
3+
/// <reference path="../HelperLib/src/index.d.ts"/>
44

55
// const pluginName = 'NavigationAPI';
66
const exportNamespace = 'NavAPI';

0 commit comments

Comments
 (0)