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

Commit eef2f8f

Browse files
committed
Merge pull request #116 from jesselpalmer/patch-1
Added whitespace
2 parents fb07153 + 5eb61bb commit eef2f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Here's the imperative version of the previous example:
2929
XFooPrototype.createdCallback = function() {
3030
this.textContent = "I'm an x-foo!";
3131
};
32+
3233
XFooPrototype.foo = function() {
3334
console.log('foo() called');
3435
};

0 commit comments

Comments
 (0)