module resolution for headroom
This commit is contained in:
parent
86c19ee4a3
commit
00c875b893
3 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue