Sha256: d3b09e3c879181b9e41da0c4e5a878f3b06031a15f31b1ae8919a9f959459069

Contents?: true

Size: 757 Bytes

Versions: 7

Compression:

Stored size: 757 Bytes

Contents

<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->

<link rel="import" href="../polymer/polymer.html">

<!--
@element core-key-helper
-->
<polymer-element name="core-key-helper">
  <script>
    Polymer('core-key-helper', {
      ENTER_KEY: 13,
      ESCAPE_KEY: 27
    });
  </script>
</polymer-element>

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
easycomments-1.0.5 public/bower_components/core-overlay/core-key-helper.html
easycomments-1.0.4 public/bower_components/core-overlay/core-key-helper.html
polymer-paper-rails-0.2.6 app/assets/components/core-overlay/core-key-helper.html
easycomments-1.0.3 public/bower_components/core-overlay/core-key-helper.html
easycomments-1.0.2 public/bower_components/core-overlay/core-key-helper.html
easycomments-1.0.1 public/bower_components/core-overlay/core-key-helper.html
polymer-core-rails-0.2.6 app/assets/components/core-overlay/core-key-helper.html