When compiling I'm getting the following warnings:
closure-library/closure/goog/ui/emoji/emojipicker.js:473: WARNING - Class
goog.ui.TabPane has been deprecated: Use goog.ui.TabBar instead.
this.tabPane_ = new goog.ui.TabPane(div,
^
closure-library/closure/goog/ui/emoji/emojipicker.js:612: WARNING - Property
TabPane of type goog.ui has been deprecated: Use goog.ui.TabBar instead.
this.tabPane_.addPage(new goog.ui.TabPane.TabPage(
^
closure-library/closure/goog/ui/emoji/emojipicker.js:625: WARNING - Property
TabPane of type goog.ui has been deprecated: Use goog.ui.TabBar instead.
this.tabPane_, goog.ui.TabPane.Events.CHANGE, this.onPageChanged_);
^
closure-library/closure/goog/ui/emoji/emojipicker.js:786: WARNING - Property
TabPane of type goog.ui has been deprecated: Use goog.ui.TabBar instead.
this.tabPane_.addPage(new goog.ui.TabPane.TabPage(
Thanks
^
Original issue reported on code.google.com by pablo.platt@gmail.com on 10 Feb 2012 at 12:52
Original issue reported on code.google.com by
pablo.platt@gmail.com
on 10 Feb 2012 at 12:52