Test Setup Failed
Push — master ( e98e25...a896f1 )
by
unknown
03:45
created

BaseController.loadBeforeAction   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
nop 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