| Ultima modificación | Ver Log |
define([], function () {
return {
init: function() {
alert('demo');
}
};
});