Sending the events to the port forwarder.

This commit is contained in:
Gunther Brunner
2014-05-28 22:16:24 +09:00
parent 71188b2e50
commit 02c5a9181c
5 changed files with 48 additions and 24 deletions

View File

@@ -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 () {