some refactoring:

- new module for messages
 - new module for helper functions
This commit is contained in:
Sefa Ilkimen
2018-02-08 16:44:16 +01:00
parent 25b4a283ea
commit d28eedebd0
7 changed files with 282 additions and 250 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var pluginId = module.id.slice(0, module.id.indexOf('.'));
var pluginId = module.id.slice(0, module.id.lastIndexOf('.'));
var ToughCookie = require(pluginId + '.tough-cookie');
var WebStorageCookieStore = require(pluginId + '.local-storage-store');