chore(): rename IonicKeyboard to Keyboard

This commit is contained in:
Adam Bradley
2015-10-16 12:00:42 -05:00
parent edd082bcd8
commit bb3b20727c
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import {IonicApp} from '../app/app';
import {Config} from '../../config/config';
import {ConfigComponent} from '../../config/decorators';
import {Platform} from '../../platform/platform';
import {IonicKeyboard} from '../../util/keyboard';
import {Keyboard} from '../../util/keyboard';
import * as gestures from './menu-gestures';
@@ -69,7 +69,7 @@ export class Menu extends Ion {
elementRef: ElementRef,
config: Config,
platform: Platform,
keyboard: IonicKeyboard
keyboard: Keyboard
) {
super(elementRef, config);
this.app = app;