UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

14 lines (10 loc) 185 B
/** the parent */ var box = {}; /** @namespace */ box.holder = {} box.holder.foo = function() { /** the counter */ this.counter = 1; } box.holder.foo(); print(box.holder.counter);