Преглед на файлове

Removes type property (should be added by the actual plugin)

Richard Willars преди 7 години
родител
ревизия
11ae9e332a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/plugins/Plugin.js

+ 0 - 1
src/plugins/Plugin.js

@@ -17,7 +17,6 @@ module.exports = class Plugin {
   constructor (core, opts) {
     this.core = core
     this.opts = opts || {}
-    this.type = 'none'
 
     // clear everything inside the target selector
     this.opts.replaceTargetContent === this.opts.replaceTargetContent || true