Re: [Moo] "empty" function on new HtmlTable fails

2012-03-12 Thread Philip Thompson
Fiddle me please. jsfiddle.net On Mon, Mar 12, 2012 at 1:04 PM, Neilime wrote: > I try to run empty function on a new HtmlTable but it fails... > Just try : new HtmlTable().empty(); // => "rows[i] is undefined" > > I guess that's not a good behavior. > -- http://lonestarlightandsound.com/

[Moo] "empty" function on new HtmlTable fails

2012-03-12 Thread Neilime
I try to run empty function on a new HtmlTable but it fails... Just try : new HtmlTable().empty(); // => "rows[i] is undefined" I guess that's not a good behavior.