Skip to content

Commit

Permalink
Fixed incorrect property type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Apr 27, 2016
1 parent cd5c1b0 commit f8776d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WebComponents/App/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace Vidyano.WebComponents {
readOnly: true
},
cookiePrefix: {
type: Boolean,
type: String,
reflectToAttribute: true,
observer: "_cookiePrefixChanged"
}
Expand Down
2 changes: 1 addition & 1 deletion src/WebComponents/Website/website.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Vidyano.WebComponents {
value: "Vidyano.WebComponents.WebsiteAppServiceHooks"
},
cookiePrefix: {
type: Boolean,
type: String,
reflectToAttribute: true,
observer: "_cookiePrefixChanged"
}
Expand Down

0 comments on commit f8776d4

Please sign in to comment.