mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
how-to's fixed slashes in code comments
This commit is contained in:
@@ -68,7 +68,7 @@ function binding_busy_to_image() {
|
||||
indicator.width = 100;
|
||||
indicator.height = 100;
|
||||
|
||||
//// Bind the busy property of the indicator to the isLoading property of the image
|
||||
// Bind the busy property of the indicator to the isLoading property of the image
|
||||
indicator.bind({
|
||||
sourceProperty: "isLoading",
|
||||
targetProperty: "busy"
|
||||
|
||||
Reference in New Issue
Block a user