Skip to content

Commit

Permalink
minified
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Oct 1, 2017
1 parent 68fef3f commit 066210c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ The combination of the set-props c-c element and the get-props c-c element creat

Will add resolving support for script and css references.

### Content persistence

The content to import into a c-c tag is identified via the href attribute / property. However, what happens if we change the value of href? What if we come back to the original href later? We can handle this in one of two ways

1) The previous content (including edits) just goes poof! The previous DOM tree is released, replaced by the new

### Content protection

Expand Down
3 changes: 1 addition & 2 deletions carbon-copy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion carbon-copy.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions carbon-copy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions carbon-copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ declare var HTMLImports;
}
if (this._get) {
const newEvent = new CustomEvent('c-c-get-' + this._get, {
// detail: {
detail: {

// },
},
bubbles: true,
composed: this._composed,
} as CustomEventInit);
Expand Down
1 change: 1 addition & 0 deletions demo/cc_resolver.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 066210c

Please sign in to comment.