feat: allow spaces in plugin name
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
var Tool = eruda.Tool
|
||||
eruda.add(
|
||||
new (Tool.extend({
|
||||
name: 'test3',
|
||||
name: 'test plugin',
|
||||
init: function ($el) {
|
||||
this.callSuper(Tool, 'init', arguments)
|
||||
this._$el.html('This is another new plugin')
|
||||
|
||||
Reference in New Issue
Block a user