From cf841eaeec8fb1db68ffbca605bc3371949d245c Mon Sep 17 00:00:00 2001 From: welefen Date: Tue, 7 Jan 2014 18:37:09 +0800 Subject: [PATCH] update --- lib/Lib/Core/View.class.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Lib/Core/View.class.js b/lib/Lib/Core/View.class.js index 4b208cea..fce6db92 100644 --- a/lib/Lib/Core/View.class.js +++ b/lib/Lib/Core/View.class.js @@ -104,9 +104,9 @@ module.exports = Class(function(){ "content": content }).then(function(content){ return tag("view_filter", self.http, content); - }).catch(function(err){ - console.log(err); }) + }).catch(function(err){ + console.log(err); }) } }