First stab at enyo rewrite
[blerg.git] / www / jssrc / blerg / API.js
diff --git a/www/jssrc/blerg/API.js b/www/jssrc/blerg/API.js
new file mode 100644 (file)
index 0000000..04e7ff9
--- /dev/null
@@ -0,0 +1,6 @@
+enyo.kind({
+       name: "blerg.API",
+       create: function() {
+               this.inherited(arguments);
+       }
+});