Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grullo90 committed Dec 15, 2016
1 parent 61d5258 commit bb9e62a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xp-starter-kit",
"description": "A starting point for expand.js based web applications",
"version": "1.0.3",
"version": "1.0.4",
"license": "BSD-3-Clause",
"homepage": "https://expandjs.github.io/xp-starter-kit",

Expand Down
22 changes: 13 additions & 9 deletions src/kit-behaviors/kit-base-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
<script>
Polymer.KITBaseBehaviorImp = {

/**
* @attribute view
* @type string
* @readonly
*/
view: {
computed: '_computeFrom(app.view)',
reflectToAttribute: true,
type: String
// PROPERTIES
properties: {

/**
* @attribute view
* @type string
* @readonly
*/
view: {
computed: '_computeFrom(app.view)',
reflectToAttribute: true,
type: String
}
}
};

Expand Down

0 comments on commit bb9e62a

Please sign in to comment.