LuaWeaver

HelloWorld.js

Dec 25th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.12 KB | None | 0 0
  1. enyo.kind
  2. ({
  3.     name="HelloWorld"
  4.     kind:"RowGroup"
  5.     components:
  6.     [{
  7.         kind: "Input"
  8.         hint: "TYPE HERE PL0X"
  9.     ]}
  10. })
Advertisement
Add Comment
Please, Sign In to add comment