Browse Source

Remove yo from core, yo

Artur Paikin 9 years ago
parent
commit
b6417dccdd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/Core.js

+ 2 - 0
src/core/Core.js

@@ -103,6 +103,8 @@ export default class Core {
       method: 'run'
     })
 
+    console.log('yo')
+
     // Forse set `autoProceed` option to false if there are multiple selector Plugins active
     if (this.plugins.selecter && this.plugins.selecter.length > 1) {
       this.opts.autoProceed = false