repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MacViews: Get c/b/ui/views/tabs to build on Mac
[chromium-blink-merge.git]
/
third_party
/
polymer
/
components-chromium
/
paper-fab
/
paper-fab-extracted.js
blob
1f6bf13bf593a044b0d307d33853050194fe6ec1
1
2
Polymer
(
'paper-fab'
, {
3
4
publish
: {
5
6
/**
7
* See [`<paper-button>`](../paper-button).
8
*
9
* @attribute raisedButton
10
* @type boolean
11
* @default true
12
*/
13
raisedButton
: {
value
:
true
,
reflect
:
true
}
14
15
}
16
17
});
18