Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

TabPane should be replaced with TabBar in emojipicker.js #420

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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