Skip to content

Commit 56bc70b

Browse files
committed
bugfix Console.log() to console.log()
1 parent afecc1d commit 56bc70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(document).ready(function () {
66

77
//parse setup if defined
88
if(!window["setup"]){
9-
Console.log("No setup definition found!")
9+
console.log("No setup definition found!")
1010
return;
1111
}
1212

0 commit comments

Comments
 (0)