Small Typo

Small Typo

mRendermRender Posts: 151Questions: 26Answers: 13

http://datatables.net/extensions/tabletools/button_options

There is a typo in fnmouseout and fnmouseover.

{
                    "sExtends":    "text",
                    "fnMouseout": function ( nButton, oConfig, oFlash ) {
                        alert( 'Mosue out' );
                    }

Mosue != Mouse :)

Replies

  • allanallan Posts: 61,686Questions: 1Answers: 10,100 Site admin

    There's a moose loose, about this hoose...

    Thanks for pointing that out! I've just committed a fix locally, and it will be deployed to the live site soon :-)

    Allan

This discussion has been closed.