Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Expose editorOpener via a getter
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 9, 2014
1 parent e8dbbea commit 06653ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -971,6 +971,9 @@ Class.create("Ajaxplorer", {
this._editorOpener = null;
}
},
getEditorOpener:function(){
return this._editorOpener;
},
_messageBoxReference:null,
registerAsMessageBoxReference: function(element){
this._messageBoxReference = element;
Expand Down

0 comments on commit 06653ac

Please sign in to comment.