diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-20 14:12:52 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-20 14:12:52 -0500 |
| commit | 83796d4e7fcc412c435a37992f9827ac0f4ec4af (patch) | |
| tree | 79e4de2908831887b021b8000d592289537d59e1 /StoneIsland/www/js/vendor/view | |
| parent | ce2d1c701625a08f2b42a81cbac8a7566f8d9e2e (diff) | |
extend w/ prototype
Diffstat (limited to 'StoneIsland/www/js/vendor/view')
| -rw-r--r-- | StoneIsland/www/js/vendor/view/serializable.js | 2 |
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) |
