summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view/Serializable.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-01 06:39:46 -0500
committerJules Laplace <jules@okfoc.us>2015-12-01 06:39:46 -0500
commit1dfdbf6d09c6b1b80011b98436daa010f10a7be3 (patch)
tree44be4184ea36f3a92e2cff99420a15cbb06d993a /StoneIsland/www/js/lib/view/Serializable.js
parent44ba111c40ce50f8634a7e9bb4316315274218cb (diff)
error / thanks styling
Diffstat (limited to 'StoneIsland/www/js/lib/view/Serializable.js')
-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 6ef8eda3..f9abd011 100644
--- a/StoneIsland/www/js/lib/view/Serializable.js
+++ b/StoneIsland/www/js/lib/view/Serializable.js
@@ -80,6 +80,7 @@ var SerializableView = View.extend({
},
show_errors: function(errors){
+ console.log(errors)
var msgs = []
errors.forEach(function(e, i){
if (i > 0) { return }