Files
stf-DeviceFarmer/res/app/settings/notifications/notifications-service.js
2016-01-19 23:08:33 +09:00

7 lines
124 B
JavaScript

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