From 2e2a13360721b91171c91cf8017115998c68c7da Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Tue, 22 Nov 2016 13:56:41 -0600 Subject: [PATCH] Docs: Explain difference between `#` and `0` in the math mask. Fixes #1320 --- docs/example-widget-math.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/example-widget-math.html b/docs/example-widget-math.html index 4d604c9d..cbe42f23 100644 --- a/docs/example-widget-math.html +++ b/docs/example-widget-math.html @@ -380,11 +380,12 @@ math_complete : function($cell, wo, result, value, arry) {

Note

- The number formatter code was copied from javascript-number-formatter (MIT) - now forked on GitHub. + The number formatter code was copied from javascript-number-formatter (MIT) - now forked on GitHub (updated demo).