From ae9eec79a639b0f2bc53ebdc23fc43a5a1181345 Mon Sep 17 00:00:00 2001 From: typhonrt Date: Sun, 15 Dec 2024 07:03:05 -0800 Subject: [PATCH] Update globals --- .../resolvers/globalNamespace.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/plugin/foundry-links/resolvers/globalNamespace.js b/src/plugin/foundry-links/resolvers/globalNamespace.js index 0c23682..0371699 100644 --- a/src/plugin/foundry-links/resolvers/globalNamespace.js +++ b/src/plugin/foundry-links/resolvers/globalNamespace.js @@ -10,16 +10,16 @@ const symbolMap = new Map([ ['__global.Folder', 'https://foundryvtt.com/api/classes/client.Folder.html'], ['__global.FontFamilyDefinition', 'https://foundryvtt.com/api/interfaces/client.FontFamilyDefinition.html'], ['__global.RollTable', 'https://foundryvtt.com/api/classes/client.RollTable.html'], - // ['Application', 'https://foundryvtt.com/api/classes/client.Application.html'], - // ['Application.maximize', 'https://foundryvtt.com/api/classes/client.Application.html#maximize'], - // ['Application.minimize', 'https://foundryvtt.com/api/classes/client.Application.html#minimize'], - // ['Application.setPosition', 'https://foundryvtt.com/api/classes/client.Application.html#setPosition'], - // ['ApplicationOptions', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html'], - // ['ApplicationOptions.popOut', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html#popOut'], - // ['ApplicationOptions.title', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html#title'], - // ['CombatTracker', 'https://foundryvtt.com/api/classes/client.CombatTracker.html'], - // ['FontFamilyDefinition', 'https://foundryvtt.com/api/interfaces/client.FontFamilyDefinition.html'], - // ['FormApplication', 'https://foundryvtt.com/api/classes/client.FormApplication.html'], + ['Application', 'https://foundryvtt.com/api/classes/client.Application.html'], + ['Application.maximize', 'https://foundryvtt.com/api/classes/client.Application.html#maximize'], + ['Application.minimize', 'https://foundryvtt.com/api/classes/client.Application.html#minimize'], + ['Application.setPosition', 'https://foundryvtt.com/api/classes/client.Application.html#setPosition'], + ['ApplicationOptions', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html'], + ['ApplicationOptions.popOut', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html#popOut'], + ['ApplicationOptions.title', 'https://foundryvtt.com/api/interfaces/client.ApplicationOptions.html#title'], + ['CombatTracker', 'https://foundryvtt.com/api/classes/client.CombatTracker.html'], + ['FontFamilyDefinition', 'https://foundryvtt.com/api/interfaces/client.FontFamilyDefinition.html'], + ['FormApplication', 'https://foundryvtt.com/api/classes/client.FormApplication.html'], ]); /**