data_user.js 66 B

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