removing old todo

This commit is contained in:
Dan Miller
2014-04-15 14:35:08 +00:00
parent f4e992119e
commit 9cb926a607
-1
View File
@@ -61,7 +61,6 @@ abstract class Mustache_Template
* @param mixed $context Array or object rendering context (default: array()) * @param mixed $context Array or object rendering context (default: array())
* *
* @return string Rendered template * @return string Rendered template
* TODO construct a parent context stack here and pass it in
*/ */
public function render($context = array()) public function render($context = array())
{ {