derby-parsing
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -312,4 +312,4 @@ var htmlUtil = require('html-util'); | ||
function createDynamicViewInstance(expression, attributes, hooks) { | ||
var viewInstance = new templates.DynamicViewInstance(expression, attributes, hooks); | ||
function createDynamicViewInstance(expression, attributes, hooks, initHooks) { | ||
var viewInstance = new templates.DynamicViewInstance(expression, attributes, hooks, initHooks); | ||
// Wrap the viewInstance in a block with the same expression, so that it is | ||
@@ -316,0 +316,0 @@ // re-rendered when any of its dependencies change |
{ | ||
"name": "derby-parsing", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Add HTML template parsing to Derby", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
74347