0
Fork 0
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:
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";