Project

General

Profile

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

    
6
	return new Data();
7
} );
(3-3/3)