dataPriv.js 68 B

12345
  1. define( [
  2. "../Data"
  3. ], function( Data ) {
  4. return new Data();
  5. } );