Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Renamed custom element to <rx-marbles>; bumped v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Feb 8, 2015
1 parent afdb074 commit 33ec806
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/element.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rxmarbles",
"version": "1.3.0",
"version": "1.3.1",
"author": "Andre Staltz",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/element.js
Expand Up @@ -20,6 +20,6 @@ SandboxPrototype.createdCallback = function createdCallback() {
Renderer.inject(View);
};

var XRxMarbles = document.registerElement('x-rxmarbles', {
var XRxMarbles = document.registerElement('rx-marbles', {
prototype: SandboxPrototype
});
2 changes: 1 addition & 1 deletion test-custom-element.html
Expand Up @@ -16,6 +16,6 @@
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<x-rxmarbles key="delay"></x-rxmarbles>
<rx-marbles key="delay"></rx-marbles>
</body>
</html>

0 comments on commit 33ec806

Please sign in to comment.