Index: tracing/tracing/core/scripting_controller.html |
diff --git a/tracing/tracing/core/scripting_controller.html b/tracing/tracing/core/scripting_controller.html |
index 31ad83f4ce7d4606ae8dcf15de561b9c5949dda6..8e9bed411f3b161220a0879793801ae91efdcbab 100644 |
--- a/tracing/tracing/core/scripting_controller.html |
+++ b/tracing/tracing/core/scripting_controller.html |
@@ -40,8 +40,9 @@ tr.exportTo('tr.c', function() { |
onModelChanged_: function() { |
this.scriptObjectValues_.forEach(function(v) { |
- if (v.onModelChanged) |
+ if (v.onModelChanged) { |
v.onModelChanged(this.brushingStateController.model); |
+ } |
}, this); |
}, |