From 3ebf5a404df82df4ad8e673ffecd951556320ffb Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Tue, 5 Nov 2013 12:09:48 -0500 Subject: [PATCH] docs --- docs/jst-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jst-options.md b/docs/jst-options.md index 714b37e..8a426d7 100644 --- a/docs/jst-options.md +++ b/docs/jst-options.md @@ -10,7 +10,7 @@ Concatenated files will be joined on this string. Type: `String` Default: 'JST' -The namespace in which the precompiled templates will be assigned. Use dot notation (e.g. App.Templates) for nested namespaces or false for no namespace wrapping. When false with amd option set true, templates will be returned directly from the AMD wrapper. +The namespace in which the precompiled templates will be assigned. Use dot notation (e.g. App.Templates) for nested namespaces or false for no namespace wrapping. When false and formatting to amd or cjs module, templates will be returned directly from the AMD wrapper. ## processName Type: `function`