mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
5c679826df
commit
51e346f760
@ -743,15 +743,15 @@ TChar.prototype.toString = function (){
|
||||
return this.value;
|
||||
};
|
||||
|
||||
// rows unique id
|
||||
var _uniqueId = 0;
|
||||
// unique row id
|
||||
var _uniqueRowId = 0;
|
||||
|
||||
/**
|
||||
* Row
|
||||
* @constructor
|
||||
*/
|
||||
function Row(){
|
||||
this.id = _uniqueId++ | 0;
|
||||
this.id = _uniqueRowId++ | 0;
|
||||
this.version = 0;
|
||||
this.cells = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user