mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -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
|
||||
|
||||
/*global window, document, $ */
|
||||
/*global window, document, $, FastClick */
|
||||
|
||||
(function () {
|
||||
"use strict";
|
||||
|
|
Loading…
Add table
Reference in a new issue