First stab at enyo rewrite
[blerg.git] / www / jssrc / blerg / API.js
1 enyo.kind({
2         name: "blerg.API",
3         create: function() {
4                 this.inherited(arguments);
5         }
6 });