forked from extern/egroupware
Open Office Editor W.I.P:
- Get regex of odf mime type into widget context to be able to use it for all expose derived widgets
This commit is contained in:
parent
6d5f820b97
commit
fa5767d156
@ -215,6 +215,7 @@ function expose (widget)
|
||||
{
|
||||
this._super.apply(this, arguments);
|
||||
this.mime_regexp = mime_regex;
|
||||
this.mime_odf_regex = mime_odf_regex;
|
||||
var self=this;
|
||||
this.expose_options = {
|
||||
// The Id, element or querySelector of the gallery widget:
|
||||
|
Loading…
Reference in New Issue
Block a user