Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-04 09:43:38 +0300
committerChris Rebert <code@rebertia.com>2015-01-10 00:11:30 +0300
commit0dd054229021ae258ed973ad77d52d8497272500 (patch)
tree42b87bd49c4ade4135eebf287ae0b79048ffd363 /src
parentead19f2517d55627186fb766dcf40935eae8434c (diff)
we now depend on jQuery
Diffstat (limited to 'src')
-rw-r--r--src/browser/mq4-hover-hover-shim.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-hover-shim.js
index 654141d..e954f31 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-hover-shim.js
@@ -1,6 +1,8 @@
/*eslint-env browser */
/* jshint browser: true, esnext: true */
+import * as $ from 'jquery';
+
/**
* Does this UA's primary pointer support true hovering
* OR does the UA at least not try to quirkily emulate hovering,