Guest User

Untitled

a guest
Dec 17th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * The application.
  3.  * @constructor
  4.  */
  5. function Application() {
  6. }
  7.  
  8. /**
  9.  * The active book.
  10.  * @type Book
  11.  */
  12. Application.activeBook;
  13.  
  14. /**
  15.  * The front-most document.
  16.  * @type Document
  17.  */
  18. Application.activeDocument;
  19.  
  20. /**
  21.  * The current script running from the Scripts panel.
  22.  * @type File
  23.  */
  24. Application.activeScript;
  25.  
  26. /**
  27.  * The undo mode for the current script execution.
  28.  * @type UndoModes
  29.  */
  30. Application.activeScriptUndoMode;
Advertisement
Add Comment
Please, Sign In to add comment