Skip to content
Snippets Groups Projects
Commit aa88e1aa authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Minor fixes.

parent 6de1a68b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Ext.define('App.grid.mixin.ExportLatex', { ...@@ -14,7 +14,7 @@ Ext.define('App.grid.mixin.ExportLatex', {
// When the cell contains an hyper link, it is encoded as using the // When the cell contains an hyper link, it is encoded as using the
// latex command href. // latex command href.
// //
// @param {Ext.dom.Element} // @param {Ext.dom.Element} domEl
// //
// @return {String} // @return {String}
// //
......
...@@ -188,5 +188,5 @@ Ext.define('App.grid.plugin.Export', { ...@@ -188,5 +188,5 @@ Ext.define('App.grid.plugin.Export', {
}); });
form.getForm().submit(); form.getForm().submit();
}, }
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment