Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 103a1c4

Browse files
committed
[DEV] Refactor disableguidelines to disableguides
1 parent 8f74ecd commit 103a1c4

File tree

20 files changed

+2464
-18
lines changed

20 files changed

+2464
-18
lines changed

analysis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5101,7 +5101,7 @@
51015101
"defaultValue": "false"
51025102
},
51035103
{
5104-
"name": "disableguidelines",
5104+
"name": "disableguides",
51055105
"type": "boolean",
51065106
"description": "If set to true, disable the guide lines",
51075107
"privacy": "public",
@@ -9591,7 +9591,7 @@
95919591
"type": "boolean"
95929592
},
95939593
{
9594-
"name": "disableguidelines",
9594+
"name": "disableguides",
95959595
"description": "If set to true, disable the guide lines",
95969596
"sourceRange": {
95979597
"start": {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @notwaldorf
2+
/.travis.yml @azakus
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @notwaldorf
2+
/.travis.yml @azakus
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"excludeIdentifiers": [
3+
"iron-flex-layout"
4+
]
5+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* DO NOT EDIT
3+
*
4+
* This file was automatically generated by
5+
* https://github.com/Polymer/gen-typescript-declarations
6+
*
7+
* To modify these typings, edit the source file(s):
8+
* iron-flex-layout-classes.html
9+
*/
10+
11+
/// <reference path="../polymer/types/polymer.d.ts" />
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* DO NOT EDIT
3+
*
4+
* This file was automatically generated by
5+
* https://github.com/Polymer/gen-typescript-declarations
6+
*
7+
* To modify these typings, edit the source file(s):
8+
* iron-flex-layout.html
9+
*/
10+
11+
/// <reference path="../polymer/types/polymer.d.ts" />
12+

0 commit comments

Comments
 (0)