aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/event/action-event-listener.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/core/event/action-event-listener.js')
-rwxr-xr-xnode_modules/montage/core/event/action-event-listener.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/node_modules/montage/core/event/action-event-listener.js b/node_modules/montage/core/event/action-event-listener.js
index 4fc75f64..c8981f1d 100755
--- a/node_modules/montage/core/event/action-event-listener.js
+++ b/node_modules/montage/core/event/action-event-listener.js
@@ -21,7 +21,8 @@ var ActionEventListener = exports.ActionEventListener = Montage.create(Montage,
21 @default {Event handler} null 21 @default {Event handler} null
22*/ 22*/
23 handler: { 23 handler: {
24 value: null 24 value: null,
25 serializable: true
25 }, 26 },
26 27
27/** 28/**
@@ -30,7 +31,8 @@ var ActionEventListener = exports.ActionEventListener = Montage.create(Montage,
30 @default {Event handler} null 31 @default {Event handler} null
31*/ 32*/
32 action: { 33 action: {
33 value: null 34 value: null,
35 serializable: true
34 }, 36 },
35 37
36/** 38/**