Skip to content

Commit

Permalink
simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 6, 2014
1 parent 444c162 commit ebae293
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 154 deletions.
9 changes: 0 additions & 9 deletions AUTHORS

This file was deleted.

73 changes: 0 additions & 73 deletions CONTRIBUTING.md

This file was deleted.

27 changes: 0 additions & 27 deletions LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions PATENTS

This file was deleted.

10 changes: 0 additions & 10 deletions bower.json
@@ -1,15 +1,5 @@
{
"name": "polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
"homepage": "http://www.polymer-project.org/",
"keywords": [
"util",
"client",
"browser",
"web components",
"web-components"
],
"author": "Polymer Authors <polymer-dev@googlegroups.com>",
"private": true,
"dependencies": {
"platform": "Polymer/platform#master",
Expand Down
17 changes: 12 additions & 5 deletions polymer-body.html
@@ -1,10 +1,18 @@
<polymer-element name="polymer-body" extends="body">
<!--
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
-->

<script>
<polymer-element name="polymer-body" extends="body">
<script>

// upgrade polymer-body last so that it can contain other imported elements
document.addEventListener('polymer-ready', function() {

Polymer('polymer-body', Platform.mixin({

created: function() {
Expand All @@ -28,6 +36,5 @@

});

</script>

</script>
</polymer-element>
13 changes: 9 additions & 4 deletions polymer.html
@@ -1,8 +1,13 @@
<!--
Copyright 2013 The Polymer Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
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
-->

<script src="polymer.js"></script>
<!-- <link rel="import" href="../polymer-dev/polymer.html"> -->
<!--<link rel="import" href="../polymer-dev/polymer.html">-->

<link rel="import" href="polymer-body.html">
4 changes: 2 additions & 2 deletions polymer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion polymer.js.map

Large diffs are not rendered by default.

0 comments on commit ebae293

Please sign in to comment.