2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Added FastClick to assumed globals for tests

This commit is contained in:
nicoburns 2013-09-17 22:57:40 +01:00
parent f3a824bda5
commit d7a47858ba

View file

@ -1,6 +1,6 @@
// # Ghost Mobile Interactions
/*global window, document, $ */
/*global window, document, $, FastClick */
(function () {
"use strict";