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

Commit

Permalink
alphabetize sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed May 14, 2014
1 parent 25852b3 commit 2c465fa
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
<!doctype html>
<!--
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
-->
<html>
<head>

<script src="../platform/platform.js"></script>

<link rel="import" href="../core-doc-viewer/core-doc-viewer.html">

<style>

body {
font-family: sans-serif;
margin: 0;
}

core-doc-viewer {
height: 100vh;
}

</style>

</head>
<body unresolved>

<core-doc-viewer sources='[
"../core-ajax/core-ajax.html",
"../core-ajax/core-xhr.html",
"../core-bind/core-bind.html",
"../core-component-page-dev/core-component-page.html",
"../core-collapse/core-collapse.html",
"../core-drawer-panel/core-drawer-panel.html",
"../core-doc-viewer/core-doc-viewer.html",
"../core-header-panel/core-header-panel.html",
"../core-field/core-field.html",
"../core-icon/core-icon.html",
"../core-icon-button/core-icon-button.html",
"../core-iconset/core-iconset.html",
"../core-iconset-svg/core-iconset-svg.html",
"../core-input/core-input.html",
"../core-item/core-item.html",
"../core-layout/core-layout.html",
"../core-layout-trbl/core-layout-trbl.html",
"../core-list/core-list.html",
"../core-localstorage/core-localstorage.html",
"../core-media-query/core-media-query.html",
"../core-meta/core-meta.html",
"../core-menu/core-menu.html",
"../core-menu-button/core-menu-button.html",
"../core-overlay/core-overlay.html",
"../core-menu/core-submenu.html",
"../core-pages/core-pages.html",
"../core-range/core-range.html",
"../core-selection/core-selection.html",
"../core-selector/core-selector.html",
"../core-splitter/core-splitter.html",
"../core-toolbar/core-toolbar.html",
"../core-tooltip/core-tooltip.html",
"../core-theme-aware/core-theme-aware.html"
]'></core-doc-viewer>

</body>
</html>
<!doctype html>
<!--
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
-->
<html>
<head>

<script src="../platform/platform.js"></script>

<link rel="import" href="../core-doc-viewer/core-doc-viewer.html">

<style>

body {
font-family: sans-serif;
margin: 0;
}

core-doc-viewer {
height: 100vh;
}

</style>

</head>
<body unresolved>

<core-doc-viewer sources='[
"../core-ajax/core-ajax.html",
"../core-ajax/core-xhr.html",
"../core-bind/core-bind.html",
"../core-collapse/core-collapse.html",
"../core-component-page-dev/core-component-page.html",
"../core-doc-viewer/core-doc-viewer.html",
"../core-drawer-panel/core-drawer-panel.html",
"../core-field/core-field.html",
"../core-header-panel/core-header-panel.html",
"../core-icon/core-icon.html",
"../core-icon-button/core-icon-button.html",
"../core-iconset/core-iconset.html",
"../core-iconset-svg/core-iconset-svg.html",
"../core-input/core-input.html",
"../core-item/core-item.html",
"../core-layout/core-layout.html",
"../core-layout-trbl/core-layout-trbl.html",
"../core-list/core-list.html",
"../core-localstorage/core-localstorage.html",
"../core-media-query/core-media-query.html",
"../core-meta/core-meta.html",
"../core-menu/core-menu.html",
"../core-menu/core-submenu.html",
"../core-menu-button/core-menu-button.html",
"../core-overlay/core-overlay.html",
"../core-pages/core-pages.html",
"../core-range/core-range.html",
"../core-selection/core-selection.html",
"../core-selector/core-selector.html",
"../core-splitter/core-splitter.html",
"../core-toolbar/core-toolbar.html",
"../core-tooltip/core-tooltip.html",
"../core-theme-aware/core-theme-aware.html"
]'></core-doc-viewer>

</body>
</html>

0 comments on commit 2c465fa

Please sign in to comment.