1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/browser-info/index.js
2014-05-15 17:00:57 +09:00

4 lines
119 B
JavaScript

module.exports = angular.module('stf.browser-info', [
])
.factory('BrowserInfo', require('./browser-info-service'))