Skip to content

Commit

Permalink
Merged in alexraycan/after-effects-scripting-guide/Alexander-Arkushen…
Browse files Browse the repository at this point in the history
…ko/importoptionsrst-edited-online-with-bitb-1563272730652 (pull request #9)

importoptions.rst edited online with Bitbucket
  • Loading branch information
NatRUS authored and zlovatt committed Feb 25, 2020
2 parents 9acec05 + 498e740 commit a0e3b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other/importoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ Boolean.
::

var io = new ImportOptions(File("c:\\myFile.psd"));
if io.canImportAs(ImportAsType.COMP) {
if (io.canImportAs(ImportAsType.COMP)) {
io.importAs = ImportAsType.COMP;
}

0 comments on commit a0e3b77

Please sign in to comment.