summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-25 06:18:03 -0500
committerJules Laplace <jules@okfoc.us>2015-11-25 06:18:03 -0500
commit40e27113f79d2bcf6d5918d87e836e7981577004 (patch)
tree3d23c090708acf0202154b5052fe608b6ec87362 /StoneIsland/www/js/lib/view
parentcec1ab9102cc6943d7e8f77b97a69ed3925a227e (diff)
harmonize with YOOX
Diffstat (limited to 'StoneIsland/www/js/lib/view')
-rw-r--r--StoneIsland/www/js/lib/view/Serializable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/view/Serializable.js b/StoneIsland/www/js/lib/view/Serializable.js
index 8084b9f5..e3ef123c 100644
--- a/StoneIsland/www/js/lib/view/Serializable.js
+++ b/StoneIsland/www/js/lib/view/Serializable.js
@@ -3,6 +3,7 @@ var SerializableView = View.extend({
events: {
"change select": "update_select",
"focus input": "focus_input",
+ "submit form": "save",
},
preload: function(data){