Skip to content

Commit

Permalink
getType => type
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed May 1, 2019
1 parent e52e98b commit 2d600e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcjs/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function defaultReceiveMessage(el, { configuration, value }) {

const defaultOptions = {
receiveMessage: defaultReceiveMessage,
getType: false
type: false
};

/**
Expand Down

0 comments on commit 2d600e0

Please sign in to comment.