Browse Source

Fixed code format

On Sencha build, gave errors.
Related #33
pull/92/merge
Ramiro Saenz 9 years ago
parent
commit
d143e46d43
  1. 2
      app.js

2
app.js

@ -36,6 +36,6 @@ function sync() {
});
}
require('electron').ipcRenderer.on('showAbout', (event, message) => {
require('electron').ipcRenderer.on('showAbout', function(event, message) {
!Ext.cq1('about') ? Ext.create('Rambox.view.main.About') : '';
});

Loading…
Cancel
Save