click block updates

This commit is contained in:
Adam Bradley
2015-05-06 10:35:40 -05:00
parent 604a11cd7a
commit e36d48fdfc
3 changed files with 31 additions and 15 deletions

View File

@@ -19,5 +19,6 @@ import {
export class Content {
constructor() {
this.contentClass = true;
console.log('Content!');
}
}

View File

@@ -195,8 +195,6 @@ export class NavBase {
// allow clicks again
ClickBlock(false);
console.log('transition, canSwipeBack()', this.canSwipeBack());
// resolve that this push has completed
resolve();
});