1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00
OpenSTF/res/app/settings/notifications/notifications-service.js
2014-03-14 15:44:27 +09:00

6 lines
No EOL
123 B
JavaScript

module.exports = function NotificationsServiceFactory() {
var NotificationsService = {}
return NotificationsService
}