diff --git a/app-cookies.js b/app-cookies.js index b629231..431f65a 100644 --- a/app-cookies.js +++ b/app-cookies.js @@ -81,7 +81,7 @@ Polymer({ } if(this.options['expires'] != undefined){ - options['path'] = this.options['expires']; + options['expires'] = this.options['expires']; } if(this.options['max-age'] != undefined){ @@ -102,4 +102,4 @@ Polymer({ this.data = null; } -}); \ No newline at end of file +});