summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/vendor/view/serializable.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/vendor/view/serializable.js')
-rw-r--r--StoneIsland/www/js/vendor/view/serializable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/vendor/view/serializable.js b/StoneIsland/www/js/vendor/view/serializable.js
index 80218266..db996f23 100644
--- a/StoneIsland/www/js/vendor/view/serializable.js
+++ b/StoneIsland/www/js/vendor/view/serializable.js
@@ -79,4 +79,4 @@ var SerializableView = View.extend({
})
-var FormView = View.extend(SerializableView).extend(ScrollableView)
+var FormView = View.extend(SerializableView.prototype).extend(ScrollableView.prototype)