Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."
[chromium-blink-merge.git] / ui / keyboard / resources / elements / kb-altkey-set.js
blob09e0ef720f000b14b348c1c0af0f04ea23c3523a
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.
5 Polymer('kb-altkey-set', {
6 offset: 0,
7 out: function(e) {
8 e.stopPropagation();
10 });