From 16cdd4444edf560380f292af04e10e881bfeb556 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 26 Feb 2016 18:23:23 +0000 Subject: [PATCH] Fix JSHint issues. --- Makefile | 1 + src/wrapper-end.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 10dba336f..456dd2fe2 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ JSHINTEXCEPTIONS = $(GENERATED) \ src/otr.js \ src/crypto.js \ src/build-no-jquery.js \ + src/build-no-dependencies.js \ src/build-no-locales-no-otr.js \ src/build-no-otr.js \ src/build.js \ diff --git a/src/wrapper-end.js b/src/wrapper-end.js index 9b1615268..a84d5f9ed 100644 --- a/src/wrapper-end.js +++ b/src/wrapper-end.js @@ -1,5 +1,4 @@ -/*global jQuery, _, moment */ - +/*global jQuery, _, moment, Strophe, $build, $iq, $msg, $pres, SHA1, Base64, MD5, DSA, OTR */ define('jquery', [], function () { return jQuery; }); define('jquery.browser', [], function () { return jQuery; }); define('typeahead', [], function () { return jQuery; });