X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FAPI.js;fp=www%2Fjssrc%2Fblerg%2FAPI.js;h=04e7ff9e669a2cacec63ded2d260450a8d50a120;hb=21db04ef3e4f66d7b5c4c9be2be36703b18cbcaa;hp=0000000000000000000000000000000000000000;hpb=08f2d9b356db309595da365b0b1dc7feda5cb469;p=blerg.git diff --git a/www/jssrc/blerg/API.js b/www/jssrc/blerg/API.js new file mode 100644 index 0000000..04e7ff9 --- /dev/null +++ b/www/jssrc/blerg/API.js @@ -0,0 +1,6 @@ +enyo.kind({ + name: "blerg.API", + create: function() { + this.inherited(arguments); + } +});