That code should probably be deleted. Anything in the top level "javascript" directory should be treated as nothing more than examples (maybe we should just rename it to 'examples'?).
I think the only file in there that is actually important is the copy of rpc_relay.html. On Wed, Jul 8, 2009 at 12:19 PM, Gabriel Barros <[email protected]>wrote: > I failed to see what's the utility there... anyone care to explain the > black magic involved? > > /** > * @fileoverview Utility functions for the Open Gadget Container > */ > > Function.prototype.inherits = function(parentCtor) { > function tempCtor() {}; > tempCtor.prototype = parentCtor.prototype; > this.superClass_ = parentCtor.prototype; > this.prototype = new tempCtor(); > this.prototype.constructor = this; > }; > > Thank you, > --gbarros > >

