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
Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."
[chromium-blink-merge.git]
/
ui
/
keyboard
/
resources
/
elements
/
kb-altkey-set.js
blob
09e0ef720f000b14b348c1c0af0f04ea23c3523a
1
// Copyright 2014 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
Polymer
(
'kb-altkey-set'
, {
6
offset
:
0
,
7
out
:
function
(
e
) {
8
e
.
stopPropagation
();
9
}
10
});