dataPriv.js (84B)
1 define( [ 2 "../Data" 3 ], function( Data ) { 4 "use strict"; 5 6 return new Data(); 7 } );