From f015bf9e1baa2458474d8a0affb7048f4bac0d3b Mon Sep 17 00:00:00 2001 From: Aleksey Shvayka Date: Thu, 22 Dec 2016 16:28:20 +0200 Subject: [PATCH] Docs: add missing comma to API section --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 1a789e31..c8d21c9e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -475,7 +475,7 @@ var MyLoader = nunjucks.Loader.extend({ // setup a process which watches templates here // and call `this.emit('update', name)` when a template // is changed - } + }, getSource: function(name) { // load the template