Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // ==========================================================================
  2. // HelloWorld.AppController
  3. // ==========================================================================
  4.  
  5. require('core');
  6.  
  7. /** @class
  8.  
  9. (Document Your View Here)
  10.  
  11. @extends SC.Object
  12. @author AuthorName
  13. @version 0.1
  14. @static
  15. */
  16. HelloWorld.appController = SC.Object.create(
  17. /** @scope HelloWorld.appController */ {
  18.  
  19. greeting: "Hello world!"
  20.  
  21. }) ;
Add Comment
Please, Sign In to add comment