Skip to content

Commit

Permalink
Fixed unescaped a tag causing rendering problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohenkatz committed Jan 30, 2014
1 parent 7652e12 commit a72c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See this post for more details on KoLite: http://www.johnpapa.net/kolite1-1

4. The asyncCommand's canExecute now defaults to !isExecuting if no canExecute delegate is specified. This eliminates the need of a canExecute delegate in you view-model when you only want disable the bound element when the command is executing.

5. Explicitly do not execute commands when canExecute returns falsy. This is needed for DOM elements like the <a> which cannot be disabled.
5. Explicitly do not execute commands when canExecute returns falsy. This is needed for DOM elements like the `<a>` which cannot be disabled.

6. Renamed file knockout.asyncCommand.js to knockout.command.js as it now contains both async and sync commands.

Expand Down

0 comments on commit a72c299

Please sign in to comment.