docs(): update some classes to private

This commit is contained in:
Adam Bradley
2015-12-02 09:14:26 -06:00
parent 65a93498db
commit 6943ee6083
4 changed files with 10 additions and 2 deletions

View File

@ -110,6 +110,9 @@ export class List extends Ion {
}
/**
* @private
*/
@Directive({
selector: 'ion-list-header',
inputs: [

View File

@ -7,6 +7,9 @@ import {OverlayController} from './overlay-controller';
import {NavController} from '../nav/nav-controller';
/**
* @private
*/
@Component({
selector: 'ion-overlay',
template: '<template #contents></template>'

View File

@ -7,7 +7,7 @@ import {Navbar} from '../navbar/navbar';
/**
* TODO
* @private
*/
export class ToolbarBase extends Ion {

View File

@ -3,7 +3,9 @@ const DEFAULT_EXPIRE = 330;
let cbEle, fallbackTimerId;
let isShowing = false;
/**
* @private
*/
export class ClickBlock {
enable() {