Move headroom to bundle
This commit is contained in:
parent
ba57841ab0
commit
bd092a5400
9 changed files with 34 additions and 385 deletions
|
@ -146,3 +146,9 @@ var screenfull = require("screenfull");
|
|||
_define("screenfull", function () {
|
||||
return screenfull;
|
||||
});
|
||||
|
||||
// headroom.js
|
||||
var headroom = require("headroom.js/dist/headroom");
|
||||
_define("headroom", function () {
|
||||
return headroom;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue