Home | History | Annotate | Download | only in paper-tabs
      1 
      2 
      3   Polymer('paper-tab', {
      4     
      5     /**
      6      * If true, ink ripple effect is disabled.
      7      *
      8      * @attribute noink
      9      * @type boolean
     10      * @default false
     11      */
     12     noink: false
     13     
     14   });
     15   
     16