Skip to content

Commit 4bfddd1

Browse files
XhmikosRatermenji
authored andcommitted
source-editor.js: add missing semicolon.
1 parent 291835b commit 4bfddd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/source-editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function loadImage(type, content) {
139139
document.body.appendChild(img);
140140
}
141141

142-
window.onload = function() {
142+
window.onload = function () {
143143
var name = new String(SourceEditor.getName());
144144
var extension = getExtension(name);
145145
if ("png" == extension || "gif" == extension) {
@@ -171,4 +171,4 @@ window.onload = function() {
171171
updateWidth();
172172

173173
editor.refresh();
174-
}
174+
};

0 commit comments

Comments
 (0)