Advertisement
armchairdeity

luce4testcomponent

Mar 9th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. component {
  2.     function init() {
  3.         return this;
  4.     }
  5.    
  6.     function testMe() {
  7.         return isDefined("form");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement