Enable no-confusing-arrow and newline-per-chained-call
Change-Id: I3b1a88301cfacf75593dea5e19a2e6b6b2869740
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
this._title = '(no title)';
|
||||
// Generate default screen URL token, specific to plugin, and unique(ish).
|
||||
this._token =
|
||||
plugin.getPluginName() + Math.random().toString(36).substr(5);
|
||||
plugin.getPluginName() + Math.random().toString(36)
|
||||
.substr(5);
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user