Merge pull request #1 from leecrossley/patch-1

Copy/paste error ; ) thanx for the fix!
This commit is contained in:
Ernests Karlsons
2013-12-02 15:24:25 -08:00
+2 -2
View File
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.bez4pieci.cookies" version="0.0.1">
<name>Cookies</name>
<description>Cordova Device Plugin</description>
<description>Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc.</description>
<license>MIT</license>
<keywords>cordova,phonegap,cookies</keywords>
@@ -35,4 +35,4 @@
<source-file src="src/android/Cookies.java" target-dir="com/bez4pieci/cookies" />
</platform>
</plugin>
</plugin>