I'm using the plugin with the event set to 'mouseover' which returns the following error: **TypeError: self.rotate is not a function self.rotate(0);** ``` javascript $('.tabs').tabs({ event: "mouseover" }).tabs('rotate', 5000, true); ```