Skip to content

Instantly share code, notes, and snippets.

/**
Descripción del modulo yOSON
@class nombre_del_modulo
@main nombre_archivo_js_actual
@author Nombre del Autor
*/
yOSON.AppCore.addModule('nombre_del_modulo', function(Sb) {
/**
Main settings of the module(these can be overridden)
@anareyna
anareyna / 0_reuse_code.js
Created December 26, 2016 17:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console