Skip to content

Commit b94b1c9

Browse files
chore: formating
1 parent c2db879 commit b94b1c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/render-facade.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ var vizClipboard1=null;
109109

110110
function initChartDisplay() {
111111
if(visualizer.is_front == true){ // jshint ignore:line
112-
displayChartsOnFrontEnd();
113-
}else{
112+
displayChartsOnFrontEnd();
113+
} else {
114114
showChart();
115115
}
116116
}

js/render-google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var isResizeRequest = false;
1515

1616
function renderChart(id) {
1717

18-
if ( ! all_charts || 0 === Object.keys( all_charts ).length ) {
18+
if ( ! all_charts || 0 === Object.keys( all_charts ).length ) {
1919
return;
2020
}
2121

0 commit comments

Comments
 (0)