Closed GoogleCodeExporter closed 8 years ago
Checked the docs, and it does say: "The doc comment containing the @lends tag
must
immediately precede an object literal in your code." (@scope is a synonym for
@lends)
So you should write:
return
/** @scope LABKEY.Filter.prototype */ {
// yada yada
}
That said, it should be possible for me to tweak things so that your original
example
also works. I'll add that to the backlog for the next release.
Original comment by micmath
on 8 Apr 2008 at 8:12
Just confirmed that your instructions work perfectly. Thank you!
I did indeed overlook the caution in the docs because the behavior used to
work.
Going forward, I do not consider it a high pri to accommodate both ways of
including
the @scope comment. I would consider my code buggy, not yours.
Original comment by ekaynel...@gmail.com
on 8 Apr 2008 at 8:51
Original comment by micmath
on 8 Apr 2008 at 9:27
Original issue reported on code.google.com by
ekaynel...@gmail.com
on 8 Apr 2008 at 4:55Attachments: