var com = {,
AwesomeCo: {
util: {
info: function ( message) {
alert(message);
return message;
}
}
}
};
com.AwesomeCo.util.info("SRSLY!?");If you'd like to add your own enterprise tips, fork this project on GitHub.

