// Default opening is the "My Video" tab
$this.renderables.videotabs.selectChild($this.renderables.videotabs._items.length-1);
to
// This puts the default opening tab to "Upload"
$this.renderables.videotabs.selectChild($this.renderables.videotabs._items[0]);
No comments:
Post a Comment