mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: Minor comment change
This commit is contained in:
committed by
Nathan Walker
parent
6968997d9d
commit
f776ab950f
@@ -1067,7 +1067,7 @@ export abstract class ViewBase extends Observable implements ViewBaseDefinition
|
|||||||
* Clean up references to the native view.
|
* Clean up references to the native view.
|
||||||
*/
|
*/
|
||||||
public disposeNativeView() {
|
public disposeNativeView() {
|
||||||
// Unset those values so that view checks for resize the next time it's added back to view tree
|
// Unset these values so that view checks for resize the next time it's added back to view tree
|
||||||
this._oldLeft = 0;
|
this._oldLeft = 0;
|
||||||
this._oldTop = 0;
|
this._oldTop = 0;
|
||||||
this._oldRight = 0;
|
this._oldRight = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user