Skip to content

Commit

Permalink
Merge pull request #1 from madusankapremaratne/swagger-dev
Browse files Browse the repository at this point in the history
added line removed in ace.js
  • Loading branch information
madusankapremaratne committed Apr 20, 2015
2 parents 87f9563 + 19f7492 commit a1cc198
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3564,8 +3564,7 @@ var USE_IE_MIME_TYPE = useragent.isIE;

var TextInput = function(parentNode, host) {
var text = dom.createElement("textarea");
text.className = "ace_text-input";
text.id="swagger-input";
text.className = "ace_text-input"

if (useragent.isTouchPad)
text.setAttribute("x-palm-disable-auto-cap", true);
Expand Down

0 comments on commit a1cc198

Please sign in to comment.