From 8d97b0b123e028c0ad27b3b2669604df5c78bbe6 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 12 Dec 2016 16:59:13 +0000 Subject: [PATCH] add missing library --- demo-shell-ng2/app/vendor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-shell-ng2/app/vendor.ts b/demo-shell-ng2/app/vendor.ts index 8e907a1064..3f9239c706 100644 --- a/demo-shell-ng2/app/vendor.ts +++ b/demo-shell-ng2/app/vendor.ts @@ -33,6 +33,7 @@ import 'ng2-activiti-form/stencils/runtime.adf'; require('script!../public/js/Polyline.js'); import 'chart.js'; +require('script!raphael/raphael.min.js'); require('script!moment/min/moment.min.js');