Skip to content

Commit

Permalink
fixing syntax error that broke JavaFX WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Sep 27, 2017
1 parent ed57b47 commit 9b29eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/BBjGridExWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function bbj_grid_widget_get_value_formatter_date(data) {

return bbj_formate_date(
data.value,
'%Y-%Mz-%Dz',
'%Y-%Mz-%Dz'
);
}

Expand Down

0 comments on commit 9b29eb9

Please sign in to comment.