Re: [Moo] Right use of console.log() in IE

2011-11-05 Thread Aaron Newton
dbug has no dependencies. It doesn't actually add console, you just use dbug.log() instead. It's been around for ages; I don't see us adding it to MooTools. On Fri, Nov 4, 2011 at 9:56 PM, Daniel Antonio Peraza Cedrez < danielper...@gmail.com> wrote: > So dbug does this for me? I vote to include

Re: [Moo] Right use of console.log() in IE

2011-11-04 Thread Daniel Antonio Peraza Cedrez
So dbug does this for me? I vote to include it in Mootools Core in future releases…. El 05/11/2011, a las 00:23, Aaron Newton escribió: > dbug rules > > On Fri, Nov 4, 2011 at 9:36 PM, Sanford Whiteman wrote: > > What I'd like to know is if MooTools doesn't define an empty > > interfa

Re: [Moo] Right use of console.log() in IE

2011-11-04 Thread Aaron Newton
dbug rules On Fri, Nov 4, 2011 at 9:36 PM, Sanford Whiteman wrote: > > What I'd like to know is if MooTools doesn't define an empty > > interface (i.e. defines a class with lambda functions as methods) > > when the javascript console isn't available, or if it does, what is > > the rig

Re: [Moo] Right use of console.log() in IE

2011-11-04 Thread Sanford Whiteman
> What I'd like to know is if MooTools doesn't define an empty > interface (i.e. defines a class with lambda functions as methods) > when the javascript console isn't available, or if it does, what is > the right way to use it? Not built-in, but Aaron has http://mootools.net/forge/p/db

[Moo] Right use of console.log() in IE

2011-11-04 Thread Daniel Antonio Peraza Cedrez
Hi, I've been noticing that IE complains a lot about the console.log() function. It seems something weird: in IE 8, when the Developer Tools are visible, it works OK, but when they are hidden, it throws an error. What I'd like to know is if MooTools doesn't define an empty interface (i.e. defin