From ea506ea4aa4306bd594d747455291b18a030aa4e Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 9 May 2018 22:02:56 +0800 Subject: add angularJs component Change-Id: I41eb4950a7ee3b1b4f306681824f6035c624d485 Issue-ID: USECASEUI-113 Signed-off-by: zhangab --- .../webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js') diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js b/usecaseui-common/src/main/webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js new file mode 100644 index 00000000..bf6aa806 --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/bootstrap-3.3.7/js/npm.js @@ -0,0 +1,13 @@ +// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. +require('../../js/transition.js') +require('../../js/alert.js') +require('../../js/button.js') +require('../../js/carousel.js') +require('../../js/collapse.js') +require('../../js/dropdown.js') +require('../../js/modal.js') +require('../../js/tooltip.js') +require('../../js/popover.js') +require('../../js/scrollspy.js') +require('../../js/tab.js') +require('../../js/affix.js') \ No newline at end of file -- cgit 1.2.3-korg