Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. component
  2. output = false
  3. hint = "I define the application settings and event handlers."
  4. {
  5.  
  6. this.name = hash( getCurrentTemplatePath() );
  7.  
  8. // By using "modern" localmode, any unscoped variable assignment will be applied to
  9. // current Function's local scope (never to the Variable's scope).
  10. this.localmode = "modern";
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement