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
history
|
raw
|
HEAD
Add ICU message format support
[chromium-blink-merge.git]
/
third_party
/
polymer
/
v1_0
/
components-chromium
/
neon-animation
/
neon-animatable-extracted.js
blob
8fb41affc9426a068a8f1093b513f94f00cfa667
1
2
3
Polymer({
4
5
is: 'neon-animatable',
6
7
behaviors: [
8
Polymer.NeonAnimatableBehavior
9
]
10
11
});
12