Fix gr-reply-dialog-it_test
Change-Id: I033b5f4396b45a34d43a63143a09970f6f585125
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
function GrChangeReplyInterface(plugin, el) {
|
||||
GrChangeReplyInterfaceOld.call(this, el);
|
||||
this.plugin = plugin;
|
||||
this._hookName = plugin.getPluginName() + '-autogenerated-'
|
||||
this._hookName = (plugin.getPluginName() || 'test') + '-autogenerated-'
|
||||
+ String(Math.random()).split('.')[1];
|
||||
}
|
||||
GrChangeReplyInterface.prototype._hookName = '';
|
||||
|
||||
Reference in New Issue
Block a user