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'], ]); /**