Vulcan/client/views/common/error.js

3 lines
60 B
JavaScript
Raw Normal View History

2012-10-08 10:44:13 +09:00
Template.error.errors= function(){
return Errors.find();
2012-09-20 08:56:44 +09:00
}