This commit is contained in:
welefen 2014-01-07 18:37:09 +08:00
parent f0254e65ea
commit cf841eaeec

View File

@ -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);
})
}
}