From fba37a03981b6bbba8a3c870d397cdff54c0d582 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 20 Feb 2015 21:45:36 -0800 Subject: [PATCH] Add a basic sky-element custom element After this CL, you can use to describe custom elements. The current iteration is very basic and is hardcoded to "example", but its a start. This CL renames the |init| function to |_init| to prevent importers from calling it directly. Also, we now pass the + diff --git a/examples/example-element/index.sky b/examples/example-element/index.sky new file mode 100644 index 0000000000..f895fbefd4 --- /dev/null +++ b/examples/example-element/index.sky @@ -0,0 +1,16 @@ + + + + + +