module resolution for headroom
This commit is contained in:
@@ -724,7 +724,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
||||
}
|
||||
|
||||
function initHeadRoom(elem) {
|
||||
require(["headroom-window"], function (headroom) {
|
||||
require(["headroom"], function (headroom) {
|
||||
headroom.add(elem);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -875,7 +875,6 @@ var AppInfo = {};
|
||||
define("dialogHelper", [componentsPath + "/dialogHelper/dialogHelper"], returnFirstDependency);
|
||||
define("inputmanager", ["inputManager"], returnFirstDependency);
|
||||
define("serverNotifications", [componentsPath + "/apiInput/apiInput"], returnFirstDependency);
|
||||
define("headroom-window", ["headroom"], createWindowHeadroom);
|
||||
define("appFooter-shared", ["appFooter"], createSharedAppFooter);
|
||||
define("skinManager", [componentsPath + "/skinManager"], returnFirstDependency);
|
||||
define("connectionManager", [], function () {
|
||||
|
||||
Reference in New Issue
Block a user