Files

6 lines
110 B
JavaScript

goog.provide('foo.bar.baz');
foo.bar.baz = function Baz() {};
foo.bar.baz.prototype.method = function() {};