Files
stf-DeviceFarmer/res/app/settings/notifications/notifications-service.js
2014-03-14 15:44:27 +09:00

6 lines
123 B
JavaScript

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