From f83c7f5ca6463454994ec93cb730b0a7b3d8c761 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 22 Dec 2014 00:23:52 -0800 Subject: [PATCH] style(inspectedApp): remove todo comment --- panel/components/inspected-app/inspected-app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/panel/components/inspected-app/inspected-app.js b/panel/components/inspected-app/inspected-app.js index b8144e5..ec172ef 100644 --- a/panel/components/inspected-app/inspected-app.js +++ b/panel/components/inspected-app/inspected-app.js @@ -5,7 +5,6 @@ angular.module('batarang.inspected-app', []). function inspectedAppService($rootScope, $q) { - // TODO: maybe state should live elsewhere var scopes = this.scopes = {}, hints = this.hints = [];