Skip to content

Commit

Permalink
Merge pull request GabiAxel#49 from KristjanLiiva/master
Browse files Browse the repository at this point in the history
Bug fix: fixed paper-textarea key
  • Loading branch information
GabiAxel committed Jul 20, 2015
2 parents dad9eac + 605b158 commit 195b6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ng-polymer-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
var allMappings = {
ironSelector: multiSelectableMappings,
paperInput: inputMappings,
paperTextArea: inputMappings,
paperTextarea: inputMappings,
paperRadioGroup: selectorMappings,
paperTabs: selectorMappings,
paperMenu: multiSelectableMappings,
Expand Down
2 changes: 1 addition & 1 deletion ng-polymer-elements.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 195b6ca

Please sign in to comment.