Add asserts folder

Add @command decorator
This commit is contained in:
RainLoop Team 2016-09-03 02:19:37 +03:00
parent a60ffc06e1
commit 1526130bfc
44 changed files with 300 additions and 264 deletions

View file

@ -504,6 +504,7 @@ export function createCommandLegacy(context, fExecute, fCanExecute = true)
fResult = fExecute ? fNonEmpty : noop;
fResult.enabled = ko.observable(true);
fResult.isCommand = true;
if (isFunc(fCanExecute))
{