Skip to content

Commit

Permalink
Merge pull request #192 from Polymer/polymer-element
Browse files Browse the repository at this point in the history
Switch to <polymer-element>
  • Loading branch information
dfreedm committed Jun 26, 2013
2 parents 3a8ac06 + 4cccdf7 commit dbed5fe
Show file tree
Hide file tree
Showing 81 changed files with 2,380 additions and 8,441 deletions.
44 changes: 26 additions & 18 deletions polymer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,33 @@

var thisFile = 'polymer.js';
var scopeName = 'Polymer';

var modules = [
'../platform/platform.js',
'src/lang.js',
'src/oop.js',
'src/register.js',
'src/base.js',
'src/trackObservers.js',
'src/bindProperties.js',
'src/bindMDV.js',
'src/attrs.js',
'src/marshal.js',
'src/events.js',
'src/observeProperties.js',
'src/styling.js',
'src/shimStyling.js',
'src/path.js',
'src/job.js',
'src/boot.js'
];
"../platform/platform.js"
].concat([
"boot.js",
"shimStyling.js",
"lib/lang.js",
"lib/dom.js",
"lib/deserialize.js",
"lib/job.js",
"lib/super.js",
"api.js",
"instance/utils.js",
"instance/events.js",
"instance/attributes.js",
"instance/properties.js",
"instance/mdv.js",
"instance/base.js",
"instance/styles.js",
"declaration/path.js",
"declaration/events.js",
"declaration/attributes.js",
"declaration/styles.js",
"declaration/polymer-element.js"
].map(function(n) {
return "src/" + n;
}));

// export

Expand Down
35 changes: 0 additions & 35 deletions polymer.min.js

This file was deleted.

1 change: 0 additions & 1 deletion polymer.min.js.map

This file was deleted.

34 changes: 0 additions & 34 deletions polymer.native.min.js

This file was deleted.

1 change: 0 additions & 1 deletion polymer.native.min.js.map

This file was deleted.

Loading

0 comments on commit dbed5fe

Please sign in to comment.