From 51ccdf4e3f369142a9b2dd5944bbed52db6cfe56 Mon Sep 17 00:00:00 2001 From: Nate Delage Date: Fri, 10 Oct 2014 11:44:01 -0500 Subject: [PATCH] Let JSHint know TRANSITION is a global --- js/push.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/push.js b/js/push.js index 865bb70b8..4798102f9 100644 --- a/js/push.js +++ b/js/push.js @@ -7,7 +7,7 @@ * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * ======================================================================== */ -/* global _gaq: true */ +/* global _gaq, TRANSITION */ !(function () { 'use strict';