Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Debian committed Mar 7, 2020
1 parent d73903d commit 4e160a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ valiko is a TypeScript plugin that adds validation on top of [knockoutjs](http:/
name: string;
}

export class Form extends FormBase {
export class Form extends ObsFrm {
public name: ObsExtension<string>;

constructor(ko: KnockoutStatic) {
Expand Down

0 comments on commit 4e160a5

Please sign in to comment.