Skip to content

Commit

Permalink
fix typo: ouput to output
Browse files Browse the repository at this point in the history
  • Loading branch information
erutan committed Jan 27, 2015
1 parent c944245 commit bb52534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/js/html5Forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var html5Forms = new function () {
if (!supportArray) {
return;
} else if (trim(supportArray) == 'all') {
supportArray="validation,number,color,date,ouput,range,placeholder";
supportArray="validation,number,color,date,output,range,placeholder";
}

supportArray = supportArray.split(',');
Expand Down

0 comments on commit bb52534

Please sign in to comment.