mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 23:05:22 +02:00
Sending the events to the port forwarder.
This commit is contained in:
@@ -48,7 +48,8 @@ module.exports = function SettingsServiceFactory($localForage) {
|
||||
}
|
||||
|
||||
SettingsService.driver = function () {
|
||||
return $localForage.driver.apply($localForage, arguments) + ' with memory cache'
|
||||
return $localForage.driver.apply($localForage, arguments)
|
||||
+ ' with memory cache'
|
||||
}
|
||||
|
||||
SettingsService.clear = function () {
|
||||
|
||||
Reference in New Issue
Block a user