Browse Source

debug: log updated plugin

Ifedapo Olarewaju 8 years ago
parent
commit
84831e86b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Plugin.js

+ 1 - 1
src/plugins/Plugin.js

@@ -32,7 +32,7 @@ module.exports = class Plugin {
 
     const newEl = this.render(state)
     yo.update(this.el, newEl)
-
+    console.log('plugin update', this.el, state, newEl)
     // optimizes performance?
     // requestAnimationFrame(() => {
     //   const newEl = this.render(state)