From 339771646057502dc77fca57d582ecb3d85eefd7 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 17 Sep 2013 00:19:04 -0500 Subject: [PATCH] Added TODOS --- hacking/NavController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hacking/NavController.js b/hacking/NavController.js index e5cd730500..9a81750860 100644 --- a/hacking/NavController.js +++ b/hacking/NavController.js @@ -40,6 +40,7 @@ // Grab the top controller on the stack var next = this.controllers[this.controllers.length - 1]; + // TODO: No DOM stuff here this.content.el.appendChild(next.el); // Switch to it (TODO: Animate or such things here) @@ -66,6 +67,7 @@ next = this.controllers[this.controllers.length - 1]; + // TODO: No DOM stuff here this.content.el.appendChild(next.el); // Switch to it (TODO: Animate or such things here)