typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-14 14:56:00 +03:00
parent be414ff772
commit 9b48c797c9

View File

@ -248,7 +248,7 @@ object.Constructor('Modifiers', Merged, {})
// default blank pass-through...
// NOTE: we need at least one modifier and at least one test for the
// system to run....
.add({ '-': function(_, s){ return s })
.add({ '-': function(_, s){ return s }})
var Tests =
@ -258,7 +258,7 @@ object.Constructor('Tests', Merged, {})
// default blank pass-through...
// NOTE: we need at least one modifier and at least one test for the
// system to run....
.add({ '-': function(_, s){ return s })
.add({ '-': function(_, s){ return s }})
var Cases =