Skip to content

Commit 624d80d

Browse files
committed
add missing type for cache
1 parent 8904aa0 commit 624d80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/melonjs/src/plugin/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { game } from "../index.js";
1010
* Contains all registered plugins.
1111
* @name cache
1212
* @memberof plugin
13+
* @type {Object.<plugin.BasePlugin>}
1314
*/
1415
export const cache = {};
1516

0 commit comments

Comments
 (0)