From 8b6b664fe26bfae3b026641ccc90aaa8fa9ec291 Mon Sep 17 00:00:00 2001 From: thefourtheye Date: Mon, 19 Aug 2013 14:34:04 +0530 Subject: [PATCH] Included ne as one of the supported helper in select's comment --- lib/dust-helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dust-helpers.js b/lib/dust-helpers.js index 045512e..66c1bff 100644 --- a/lib/dust-helpers.js +++ b/lib/dust-helpers.js @@ -301,7 +301,7 @@ var helpers = { return chunk; }, /** - select helperworks with one of the eq/gt/gte/lt/lte/default providing the functionality + select helper works with one of the eq/ne/gt/gte/lt/lte/default providing the functionality of branching conditions @param key, ( required ) either a string literal value or a dust reference a string literal value, is enclosed in double quotes, e.g. key="foo"