Merge changes I8d335dd6,Ibb519fac
* changes: Remove legacy-data-mixin Remove _legacyUndefinedCheck from the samples modules
This commit is contained in:
@@ -27,7 +27,6 @@ limitations under the License.
|
|||||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||||
<link rel="import" href="/bower_components/polymer-resin/standalone/polymer-resin.html">
|
<link rel="import" href="/bower_components/polymer-resin/standalone/polymer-resin.html">
|
||||||
<!-- TODO(taoalpha): Remove once all legacyUndefinedCheck removed. -->
|
<!-- TODO(taoalpha): Remove once all legacyUndefinedCheck removed. -->
|
||||||
<link rel="import" href="/bower_components/polymer/lib/legacy/legacy-data-mixin.html">
|
|
||||||
<link rel="import" href="../behaviors/safe-types-behavior/safe-types-behavior.html">
|
<link rel="import" href="../behaviors/safe-types-behavior/safe-types-behavior.html">
|
||||||
<script>
|
<script>
|
||||||
security.polymer_resin.install({
|
security.polymer_resin.install({
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
<script>
|
<script>
|
||||||
Polymer({
|
Polymer({
|
||||||
is: 'my-bind-sample',
|
is: 'my-bind-sample',
|
||||||
_legacyUndefinedCheck: true,
|
|
||||||
properties: {
|
properties: {
|
||||||
computedExample: {
|
computedExample: {
|
||||||
type: String,
|
type: String,
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
<script>
|
<script>
|
||||||
Polymer({
|
Polymer({
|
||||||
is: 'repo-command-low',
|
is: 'repo-command-low',
|
||||||
_legacyUndefinedCheck: true,
|
|
||||||
attached() {
|
attached() {
|
||||||
console.log(this.repoName);
|
console.log(this.repoName);
|
||||||
console.log(this.config);
|
console.log(this.config);
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
<script>
|
<script>
|
||||||
Polymer({
|
Polymer({
|
||||||
is: 'some-screen-main',
|
is: 'some-screen-main',
|
||||||
_legacyUndefinedCheck: true,
|
|
||||||
properties: {
|
properties: {
|
||||||
rootUrl: String,
|
rootUrl: String,
|
||||||
},
|
},
|
||||||
|
@@ -62,6 +62,5 @@ limitations under the License.
|
|||||||
</script>
|
</script>
|
||||||
<link rel="import"
|
<link rel="import"
|
||||||
href="/bower_components/iron-test-helpers/iron-test-helpers.html" />
|
href="/bower_components/iron-test-helpers/iron-test-helpers.html" />
|
||||||
<link rel="import" href="/bower_components/polymer/lib/legacy/legacy-data-mixin.html">
|
|
||||||
<link rel="import" href="test-router.html" />
|
<link rel="import" href="test-router.html" />
|
||||||
<script src="/bower_components/moment/moment.js"></script>
|
<script src="/bower_components/moment/moment.js"></script>
|
||||||
|
Reference in New Issue
Block a user