From ea323dcaf8003db11c18722ab31661a07b1ed9ed Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 14 Dec 2015 07:49:05 -0600 Subject: [PATCH] docs(demos): cleanup --- demos/checkbox/main.html | 2 +- demos/config/index.ts | 2 -- demos/config/tabs.html | 10 +++++----- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/demos/checkbox/main.html b/demos/checkbox/main.html index 95a4203845..0ec1b9519e 100644 --- a/demos/checkbox/main.html +++ b/demos/checkbox/main.html @@ -54,4 +54,4 @@ - + diff --git a/demos/config/index.ts b/demos/config/index.ts index f02f6d7e5a..e116fcb439 100644 --- a/demos/config/index.ts +++ b/demos/config/index.ts @@ -28,7 +28,6 @@ export class InitialPage { constructor(platform: Platform) { this.platform = platform; if (window.localStorage.getItem('configDemo') !== null) { - debugger; this.config = JSON.parse(window.localStorage.getItem('configDemo')); } else if (platform.is('ios')) { @@ -48,7 +47,6 @@ export class InitialPage { load() { window.localStorage.setItem('configDemo', JSON.stringify(this.config)); - console.log('saving', this.config); window.location.reload(); } } diff --git a/demos/config/tabs.html b/demos/config/tabs.html index 736e5f6f85..bdac647732 100644 --- a/demos/config/tabs.html +++ b/demos/config/tabs.html @@ -1,5 +1,5 @@ - - - - - \ No newline at end of file + + + + + \ No newline at end of file