mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
All JSHint trough webpack passes now.
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = angular.module('stf.device-status', [])
|
||||
}[text] || gettext('-')
|
||||
}
|
||||
})
|
||||
.filter('displayDensity', function (gettext) {
|
||||
.filter('displayDensity', function () {
|
||||
return function (text) {
|
||||
return {
|
||||
'0.5': 'LDPI', // (120 dpi)
|
||||
@@ -102,7 +102,7 @@ module.exports = angular.module('stf.device-status', [])
|
||||
.filter('networkSubType', function (gettext) {
|
||||
return function (text) {
|
||||
return {
|
||||
'mobile_wifi': gettext('WiFi'),
|
||||
'mobile_wifi': gettext('WiFi')
|
||||
}[text] || text
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user