Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //ADD THE FOLLOWING TO KIND BELOW
  2. //AJAX CALLING
  3. {name: "getCans", kind: "WebService", onSuccess: "gotResultsSuccess", onFailure: "gotResultsFailure"}
  4.  
  5.  
  6. enyo.kind({
  7. //name: "DragDraw.control",
  8. name: "Draw.control",
  9. kind: enyo.Control,
  10. nodeTag: "canvas",
  11. domAttributes: {
  12. width:"768px",
  13. height:"1024px",
  14. style: "background-color:#FFF"
  15. },
  16.  
  17. .....
  18.  
  19. });
Add Comment
Please, Sign In to add comment