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
Disable view source for Developer Tools.
[chromium-blink-merge.git]
/
chrome
/
common
/
extensions
/
docs
/
templates
/
private
/
dom_event.html
blob
2ca4941e44b7159f6833c218bdb4a9d0eb09e4b0
1
{{#event}}
2
<div>
3
<h3
id
=
"{{id}}"
>
{{name}}
</h3>
4
<div
class
=
"description"
>
5
{{?description}}
<p>
6
{{{description}}}
7
</p>
{{/description}}
8
{{?properties}}
9
{{+partials.type_item items:properties
10
item_partial:partials.parameter_full
11
parentName:name /}}
12
{{/properties}}
13
</div>
14
</div>
15
{{/event}}