Correção do erro no uso do tipo Number/number em typescript
parent
221caefa20
commit
cdc1eac8ef
|
@ -2,9 +2,9 @@
|
|||
|
||||
class WhatsQueueIndex {
|
||||
|
||||
static staticIndex:Number = 0;
|
||||
static staticIndex: number = 0;
|
||||
|
||||
static setIndex(index:Number){
|
||||
static setIndex(index: number) {
|
||||
this.staticIndex = index
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue