From 4ff98f02377a4af4e6b5b96d2347f4112cebc717 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 17 Dec 2018 12:39:34 +0000 Subject: [PATCH] Import history compare controller. GitOrigin-RevId: 61d9a3f340703b07046bb6d7a6d67905befd6faa --- services/web/public/src/ide/history/HistoryManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/src/ide/history/HistoryManager.js b/services/web/public/src/ide/history/HistoryManager.js index 03f84216c7..fd703037b6 100644 --- a/services/web/public/src/ide/history/HistoryManager.js +++ b/services/web/public/src/ide/history/HistoryManager.js @@ -19,6 +19,7 @@ define([ 'moment', 'ide/colors/ColorManager', 'ide/history/util/displayNameForUser', + 'ide/history/controllers/HistoryCompareController', 'ide/history/controllers/HistoryListController', 'ide/history/controllers/HistoryDiffController', 'ide/history/directives/infiniteScroll'