Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 12 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | define([ |
||
2 | 'oroui/js/app/controllers/base/controller' |
||
3 | ], function(BaseController) { |
||
4 | 'use strict'; |
||
5 | |||
6 | /** |
||
7 | * Init Widget Manager's handlers and listeners |
||
8 | */ |
||
9 | BaseController.loadBeforeAction([ |
||
10 | 'oroshoppinglist/js/shoppinglist-request-quote-confirmation' |
||
11 | ], function() {}); |
||
12 | }); |
||
13 |