From f7f4f65f81f64edc24b7471ff48debb5c1ee90a9 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 5 Sep 2016 12:29:10 +0100 Subject: [PATCH] Fix missing coma --- demo-shell-ng2/systemjs.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/systemjs.config.js b/demo-shell-ng2/systemjs.config.js index 2b0b1daf97..f8375ae5cc 100644 --- a/demo-shell-ng2/systemjs.config.js +++ b/demo-shell-ng2/systemjs.config.js @@ -21,7 +21,7 @@ 'ng2-alfresco-viewer': 'node_modules/ng2-alfresco-viewer/dist', 'ng2-alfresco-webscript': 'node_modules/ng2-alfresco-webscript/dist', 'ng2-activiti-tasklist': 'node_modules/ng2-activiti-tasklist/dist', - 'alfresco-js-api': 'node_modules/alfresco-js-api/dist' + 'alfresco-js-api': 'node_modules/alfresco-js-api/dist', 'ng2-activiti-processlist': 'node_modules/ng2-activiti-processlist/dist' }; // packages tells the System loader how to load when no filename and/or no extension