From 704b3613482d29c38f0cbbd0da14d57ad008084b Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 4 Nov 2015 14:03:42 -0600 Subject: [PATCH] :derp: --- ionic/components/content/content.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ionic/components/content/content.ts b/ionic/components/content/content.ts index c2097dabc3..c4bb2649b0 100644 --- a/ionic/components/content/content.ts +++ b/ionic/components/content/content.ts @@ -35,9 +35,7 @@ export class Content extends Ion { * @param {ElementRef} elementRef A reference to the component's DOM element. * @param {Config} config The config object to change content's default settings. */ - constructor(elementRef: ElementRef, config: Config, keyboard: Keyboard, - @Optional() viewCtrl: ViewController) { - private _zone: NgZone) { + constructor(elementRef: ElementRef, config: Config, keyboard: Keyboard, @Optional() viewCtrl: ViewController, private _zone: NgZone) { super(elementRef, config); this.scrollPadding = 0; this.keyboard = keyboard;