Created
February 20, 2020 12:01
-
-
Save ArtemRomanovsky/c9457475d69f27e85ae86ae5ea990ff0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function checkAndUpdateText(view: ViewData, nodeIndex: number, ...): boolean { | |
| if (checkAndUpdateBinding(view, nodeDef, ...)) { | |
| // update DOM here | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment