mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Added default value for Device List active tabs.
This commit is contained in:
@@ -47,6 +47,10 @@ module.exports = function SettingsServiceFactory($localForage) {
|
||||
return $localForage.bind.apply($localForage, arguments)
|
||||
}
|
||||
|
||||
SettingsService.driver = function () {
|
||||
return $localForage.driver.apply($localForage, arguments) + ' with memory cache'
|
||||
}
|
||||
|
||||
SettingsService.clear = function () {
|
||||
memoryData = Object.create(null)
|
||||
return $localForage.clear.apply($localForage, arguments)
|
||||
|
||||
Reference in New Issue
Block a user