Skip to content
Snippets Groups Projects
Commit d276c306 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

add floathead as dependency

parent d5512998
No related branches found
No related tags found
No related merge requests found
"use strict"; 'use strict';
Object.defineProperty(exports, "__esModule", { Object.defineProperty(exports, "__esModule", {
value: true value: true
...@@ -9,6 +9,9 @@ exports.responsiveScroll = responsiveScroll; ...@@ -9,6 +9,9 @@ exports.responsiveScroll = responsiveScroll;
/** /**
* Created by gavorhes on 6/22/2016. * Created by gavorhes on 6/22/2016.
*/ */
var $ = require('jquery');
global.jQuery = $;
require('floatthead'); require('floatthead');
/** /**
......
/** /**
* Created by gavorhes on 6/22/2016. * Created by gavorhes on 6/22/2016.
*/ */
const $ = require('jquery');
global.jQuery = $;
require('floatthead'); require('floatthead');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment