Skip to content

Commit

Permalink
Bind render
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Jun 1, 2016
1 parent f4241dc commit 9a2d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Dummy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class Dummy extends Plugin {

// merge default options with the ones set by user
this.opts = Object.assign({}, defaultOptions, opts)

this.render = this.render.bind(this)
this.strange = yo`<h1>this is strange 1</h1>`
}

Expand Down

0 comments on commit 9a2d81f

Please sign in to comment.