integrated „umd-tough-cookie“ for cookie handling

This commit is contained in:
Sefa Ilkimen
2016-12-05 13:19:26 +01:00
parent 955c590e42
commit e84d84c358
7 changed files with 178 additions and 97 deletions
+7 -1
View File
@@ -16,7 +16,13 @@
<dependency id="cordova-plugin-file" version=">=2.0.0" />
<js-module src="www/cordovaHttp.js" name="http">
<js-module src="www/angular-integration.js" name="angular-integration">
</js-module>
<js-module src="www/umd-tough-cookie.js" name="tough-cookie">
</js-module>
<js-module src="www/cookie-handler.js" name="cookie-handler">
</js-module>
<js-module src="www/advanced-http.js" name="http">
<clobbers target="cordova.plugin.http" />
</js-module>