Created
October 5, 2011 10:55
-
-
Save nbqx/1264172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #target InDesign | |
| //CS4でもCS5でもうごくぜ | |
| DTP = this.DTP = { | |
| text: "this is original" | |
| } | |
| alert(DTP.toSource()); | |
| delete DTP; | |
| if(!this.hasOwnProperty("DTP")){ | |
| #include "/opt/indesign/dtp.jsx" | |
| } | |
| alert(DTP.toSource()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment