Button name clashes with C++

This commit is contained in:
Michal Moskal
2017-07-10 12:48:04 +01:00
parent 0cc3cfee4b
commit 0d9e719078
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
namespace input {
export class TouchSensor extends internal.AnalogSensor {
button: Button;
button: ButtonTS;
constructor() {
super()
this.button = new Button()
this.button = new ButtonTS()
}
_query() {