Commit ca817ac69ab293373d1455599d0b852e47411b93
1 parent
8afca675
private room updates
Showing
2 changed files
with
1 additions
and
5 deletions
controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
| ... | ... | @@ -117,14 +117,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
| 117 | 117 | }, |
| 118 | 118 | |
| 119 | 119 | _computeCardClass: function(color) { |
| 120 | - //var cls = 'card'; | |
| 121 | - //return cls + ' ' + color; | |
| 122 | 120 | this.$.card = color; |
| 123 | 121 | }, |
| 124 | 122 | |
| 125 | 123 | _computeFixedBackgroundClass: function(color) { |
| 126 | - //var cls = 'fixed'; | |
| 127 | - //return cls + ' ' + color + '-l'; | |
| 128 | 124 | this.$.fixed = color; |
| 129 | 125 | } |
| 130 | 126 | ... | ... |
datalets/preview-datalet/preview-datalet.html
| ... | ... | @@ -129,7 +129,7 @@ Example: |
| 129 | 129 | * |
| 130 | 130 | */ |
| 131 | 131 | ready: function(){ |
| 132 | - this.$.base.setDomain(this.url.split("/")[0] + "//" + this.url.split("/")[2]); | |
| 132 | + //this.$.base.setDomain(this.url.split("/")[0] + "//" + this.url.split("/")[2]); | |
| 133 | 133 | } |
| 134 | 134 | }); |
| 135 | 135 | </script> | ... | ... |