Browse Source

Let JSHint know TRANSITION is a global

pull/684/head
Nate Delage 10 years ago
parent
commit
053dfcac0a
  1. 2
      js/push.js

2
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';

Loading…
Cancel
Save