From a1ca416ef278907864dfd74696e35d6f06b8d0c4 Mon Sep 17 00:00:00 2001 From: eight Date: Sun, 15 Oct 2017 02:59:28 +0800 Subject: [PATCH] Fix: miss makeLink global --- edit/source-editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/edit/source-editor.js b/edit/source-editor.js index 42bfb0c6..114af0bf 100644 --- a/edit/source-editor.js +++ b/edit/source-editor.js @@ -2,6 +2,7 @@ /* global showToggleStyleHelp goBackToManage updateLintReportIfEnabled */ /* global hotkeyRerouter setupAutocomplete setupOptionsExpand */ /* global editors linterConfig updateLinter regExpTester mozParser */ +/* global makeLink */ 'use strict';