Skip to content

Commit

Permalink
Update globals
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Dec 15, 2024
1 parent ac9bf78 commit ae9eec7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/plugin/foundry-links/resolvers/globalNamespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
]);

/**
Expand Down

0 comments on commit ae9eec7

Please sign in to comment.