Skip to content

Commit

Permalink
1.0.22
Browse files Browse the repository at this point in the history
fixed json import issue
  • Loading branch information
Pietro Passarelli committed Jan 3, 2020
1 parent bcf7fc3 commit 9f6dc41
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 1 deletion.
3 changes: 3 additions & 0 deletions adobe-panel-src/jsx/Premiere.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// from https://community.adobe.com/t5/premiere-pro/jsx-intermittently-getting-json-is-undefined-alert/td-p/9500726
// adding support for json
//@include ./json2.jsx
if (typeof($) == 'undefined') $ = {};
$._PPP = {
say: function(something) {
Expand Down
Loading

0 comments on commit 9f6dc41

Please sign in to comment.