Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created October 5, 2011 10:55
Show Gist options
  • Select an option

  • Save nbqx/1264172 to your computer and use it in GitHub Desktop.

Select an option

Save nbqx/1264172 to your computer and use it in GitHub Desktop.
#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