Skip to content

Commit

Permalink
Merge pull request #70 from Multiplicom/bugfix/68/syntax_error
Browse files Browse the repository at this point in the history
fix syntax error closes #68
  • Loading branch information
MichaelVyverman committed Oct 23, 2019
2 parents 479406b + d6a79f7 commit af8d751
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 af8d751

Please sign in to comment.