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

shoppinglist-module.js ➔ define   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 10

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
dl 0
loc 10
rs 9.4285
c 0
b 0
f 0
nop 1

1 Function

Rating   Name   Duplication   Size   Complexity  
A shoppinglist-module.js ➔ ... ➔ BaseController.loadBeforeAction 0 1 1
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