Skip to content

Commit

Permalink
Remove defunct Schema#classAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Dec 4, 2020
1 parent 0b113d5 commit 6ca14e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/@stimulus/core/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ export interface Schema {
controllerAttribute: string
actionAttribute: string
targetAttribute: string
classAttribute: string
}

export const defaultSchema: Schema = {
controllerAttribute: "data-controller",
actionAttribute: "data-action",
targetAttribute: "data-target",
classAttribute: "data-class"
targetAttribute: "data-target"
}

0 comments on commit 6ca14e3

Please # to comment.