mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added FastClick to assumed globals for tests
This commit is contained in:
parent
f3a824bda5
commit
d7a47858ba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// # Ghost Mobile Interactions
|
// # Ghost Mobile Interactions
|
||||||
|
|
||||||
/*global window, document, $ */
|
/*global window, document, $, FastClick */
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
Loading…
Add table
Reference in a new issue