dataPriv.js 84 B

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