Skip to content

Instantly share code, notes, and snippets.

View lennymorandin's full-sized avatar

Lenny lennymorandin

  • H-art
  • Venice, Italy
View GitHub Profile
@mrosati84
mrosati84 / closure.js
Created November 13, 2012 14:12
Test closure
(function () {
var myObject = (function () {
var privateMember = 0;
// Return public methods
return {
init: function () {
},