Vulcan/client/views/common/error.js

3 lines
72 B
JavaScript
Raw Normal View History

2012-10-08 10:44:13 +09:00
Template.error.errors= function(){
2014-06-22 14:12:10 +09:00
return Errors.find({show: true});
2012-09-20 08:56:44 +09:00
}