summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/runtime.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-03 12:12:30 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-03 12:12:30 -0500
commit1f11cc0186e22fa7073e64b8d2ffa4d5e4b32b59 (patch)
treed85153bc0b5b6d37adb76bf19b0da916edcba10d /lib/handlebars/runtime.js
parent9a49d350231edbe82c9982df9a99f39596fb96b7 (diff)
downloadhandlebars.js-1f11cc0186e22fa7073e64b8d2ffa4d5e4b32b59.zip
handlebars.js-1f11cc0186e22fa7073e64b8d2ffa4d5e4b32b59.tar.gz
handlebars.js-1f11cc0186e22fa7073e64b8d2ffa4d5e4b32b59.tar.bz2
Remove out of date TODO
Diffstat (limited to 'lib/handlebars/runtime.js')
-rw-r--r--lib/handlebars/runtime.js2
1 files changed, 0 insertions, 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) {