src/data/var/dataUser.js

Maintainability

88.02

Lines of code

7

Created with Raphaël 2.1.002550751002016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12

2016-8-9
Maintainability: 88.02

Created with Raphaël 2.1.0024682016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12

2016-8-9
Lines of Code: 7

Difficulty

3.00

Estimated Errors

0.01

Function weight

By Complexity

Created with Raphaël 2.1.0<anonymous>1

By SLOC

Created with Raphaël 2.1.0<anonymous>5
1
define( [
2
    "../Data"
3
], function( Data ) {
4
    "use strict";
5
 
6
    return new Data();
7
} );