Skip to content

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRemiDelteil committed Apr 5, 2018
1 parent 14c4838 commit d70433e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ErrorHandler.gs.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ this['ErrorHandler'] = {
//<editor-fold desc="# Private methods">

var ErrorHandler_ = {};

// Get GAS global object: top-level this
// noinspection ThisExpressionReferencesGlobalObjectJS
ErrorHandler_._this = this;

/**
Expand Down

0 comments on commit d70433e

Please sign in to comment.