Rename "touchLayoutManager" and "testTouchLayout"

This commit is contained in:
redphx
2024-05-08 17:11:15 +07:00
parent 26bf14eda6
commit 500f6671c6
3 changed files with 9 additions and 9 deletions

View File

@@ -285,7 +285,7 @@ if (window.BX_VIBRATION_INTENSITY && window.BX_VIBRATION_INTENSITY < 1) {
return false;
}
str = str.replace(text, 'window.BX_EXPOSED["touch_layout_manager"] = this,' + text);
str = str.replace(text, 'window.BX_EXPOSED["touchLayoutManager"] = this,' + text);
return str;
},