dataPriv.js 84 Bytes
define( [
	"../Data"
], function( Data ) {
	"use strict";

	return new Data();
} );