Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
make core-ajax hidden, fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jul 22, 2014
1 parent 7be106f commit 7c827ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@homepage github.io
-->
<link rel="import" href="core-xhr.html">
<polymer-element name="core-ajax" attributes="url handleAs auto params response method headers body contentType withCredentials">
<polymer-element name="core-ajax" hidden attributes="url handleAs auto params response method headers body contentType withCredentials">
<script>

Polymer('core-ajax', {
Expand Down

0 comments on commit 7c827ff

Please sign in to comment.