Compare commits
No commits in common. "3b692359c631291ee29112db6bbecb503009ff52" and "3db760dd966a082ab0f9178362522f5906109ef2" have entirely different histories.
3b692359c6
...
3db760dd96
@ -25,7 +25,6 @@ export class Item implements IItem {
|
||||
public state?: number;
|
||||
public data?:any;
|
||||
public isEditable?:boolean;
|
||||
public owner?: string;
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
@ -11,5 +11,4 @@ export interface IListItem {
|
||||
size?: number;
|
||||
state?: number;
|
||||
thumbnail?: boolean;
|
||||
owner?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user