dataUser.js 68 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5
define( [
	"../Data"
], function( Data ) {
	return new Data();
} );