Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Jul 4, 2018
1 parent 984bdd1 commit 7750594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/pptxgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -4444,7 +4444,9 @@ var PptxGenJS = function(){
};

/**
* Sets the Presentation Option: `isBrowser` (For Angular/Webpack, etc. as they are detected as NODE)
* Sets the Presentation Option: `isBrowser`
* Target: Angular/React/Webpack, etc.
* This setting affects how files are saved: using `fs` for Node.js or browser libs
*/
this.setBrowser = function setBrowser(inBool) {
gObjPptx.isBrowser = inBool || false;
Expand Down

0 comments on commit 7750594

Please sign in to comment.