Skip to content

Commit 736d2d4

Browse files
author
David Baum
committed
resolve merge conflicts
2 parents 6463360 + 5c24a47 commit 736d2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/SourceCode/SourceCodeController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var sourceCodeController = (function(){
9292

9393
function resetSourceCode(){
9494
lastObject = {file: null, classEntity: null, entity: null};
95-
//let codeTag = $("#codeTag")[0].textContent = "";
95+
//var codeTag = $("#codeTag")[0].textContent = "";
9696

9797
if(codeWindow) {
9898
codeWindow.reset();

0 commit comments

Comments
 (0)