Skip to content

Commit 9755590

Browse files
author
Roman
committed
Updated public js files
1 parent fa57e2d commit 9755590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/cui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32167,7 +32167,7 @@ CUI.CodeInput = (function(superClass) {
3216732167
return CodeInput.__super__.constructor.apply(this, arguments);
3216832168
}
3216932169

32170-
CodeInput.availableModes = ["javascript", "json", "css"];
32170+
CodeInput.availableModes = ["html", "javascript", "json", "css"];
3217132171

3217232172
CodeInput.prototype.readOpts = function() {
3217332173
CodeInput.__super__.readOpts.call(this);

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)