module resolution for serverNotifications

This commit is contained in:
vitorsemeano 2019-02-28 00:06:23 +00:00
parent ba89941fce
commit d57629d90f
6 changed files with 6 additions and 6 deletions

View file

@ -1,3 +0,0 @@
{
"main": "apiInput.js"
}

View file

@ -0,0 +1,3 @@
{
"main": "serverNotifications.js"
}

View file

@ -248,10 +248,10 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
});
if (!enableNativeGamepadKeyMapping() && isGamepadSupported()) {
require(["components/apiInput/gamepadtokey"]);
require(["components/serverNotifications/gamepadtokey"]);
}
require(["components/apiInput/mouseManager"]);
require(["components/serverNotifications/mouseManager"]);
return serverNotifications;
});