From d70746d6efd6dff1b39a91483571ae5910614739 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 16 Aug 2017 16:32:25 +0200 Subject: [PATCH] Fix linting error --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 72d57eaaf..f20e6ccc1 100755 --- a/src/utils.js +++ b/src/utils.js @@ -6,7 +6,7 @@ // Copyright (c) 2012-2017, Jan-Carel Brand // Licensed under the Mozilla Public License (MPLv2) // -/*global define, escape, locales, window */ +/*global define, escape, locales, window, Jed */ (function (root, factory) { define([ "sizzle",