Skip to content

Commit 9b44be4

Browse files
committed
fix(ts): Object#dirty
1 parent 9685922 commit 9b44be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export class Object extends BaseObject {
326326
revert(keys?: string | string[]): this;
327327
clone(): this;
328328
destroy(options?: Object.DestroyOptions): Promise<this>;
329-
dirty(attr: String): boolean;
329+
dirty(key?: string): boolean;
330330
dirtyKeys(): string[];
331331
escape(attr: string): string;
332332
fetch(fetchOptions?: FetchOptions, options?: AuthOptions): Promise<this>;

0 commit comments

Comments
 (0)