search for: twologic

Displaying 1 result from an estimated 1 matches for "twologic".

Did you mean: tologin
2008 Jan 20
1
Prototype.js with jsDoc-toolkit?
Is anyone else using jsdoc-toolkit with Prototype.js? It works great on plain ''ol JavaScript, but seems to have some problems using Prototype 1.6-style classes and inheritance. For example, if I do something like: <code> /** * @class Foo * @extends Bar */ Foo = Class.create(Bar, { /** * @constructor */ initialize : function() { /** * An important number