From 1f11cc0186e22fa7073e64b8d2ffa4d5e4b32b59 Mon Sep 17 00:00:00 2001 From: kpdecker Date: Mon, 3 Aug 2015 12:12:30 -0500 Subject: Remove out of date TODO --- lib/handlebars/runtime.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/handlebars/runtime.js b/lib/handlebars/runtime.js index 874728f..5f73897 100644 --- a/lib/handlebars/runtime.js +++ b/lib/handlebars/runtime.js @@ -20,8 +20,6 @@ export function checkRevision(compilerInfo) { } } -// TODO: Remove this line and break up compilePartial - export function template(templateSpec, env) { /* istanbul ignore next */ if (!env) { -- cgit v1.1