FIX: Latest eslint doesn't recognize TypedArray

This commit is contained in:
Robin Ward 2016-02-12 13:31:26 -05:00 committed by Régis Hanol
parent d7400dd10a
commit 482a65821b

View File

@ -1,3 +1,4 @@
/* global Int8Array:true */
import { blank } from 'helpers/qunit-helpers';
module("Discourse.Utilities");