UNPKG

sand-static

Version:
13 lines (11 loc) 182 B
function Test() { "use strict"; var self = this; this.doSomething = function() { return true; } } Test.doSomethingElse = function() { "use strict"; return false; };