Skip to content

Commit

Permalink
fix syntax error closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelVyverman committed Oct 23, 2019
1 parent 479406b commit d6a79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/Controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ define([
rootEl.addCssClass("CodeEditor");
rootEl.addStyle("min-width", (control._width+5)+"px");
rootEl.addStyle("min-height", (control._height+5)+"px");
return str;
return rootEl;
};


Expand Down

0 comments on commit d6a79f7

Please sign in to comment.