aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/inpage.js
diff options
context:
space:
mode:
authorbitpshr <mail@bitpshr.net>2018-04-19 09:30:13 +0800
committerbitpshr <mail@bitpshr.net>2018-04-19 09:30:13 +0800
commit1ef6528921263fb9dbae35476a1d9827e1d87508 (patch)
treeb0a4da9a783e902ec4e984f94d892542868756bb /app/scripts/inpage.js
parent6dbdc87713a652dec4c90fa792dda08d613d4198 (diff)
downloadtangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar.gz
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar.bz2
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar.lz
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar.xz
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.tar.zst
tangerine-wallet-browser-1ef6528921263fb9dbae35476a1d9827e1d87508.zip
Add JSDoc to various background scripts
Diffstat (limited to 'app/scripts/inpage.js')
-rw-r--r--app/scripts/inpage.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js
index 798af78bf..6d16eebd4 100644
--- a/app/scripts/inpage.js
+++ b/app/scripts/inpage.js
@@ -52,7 +52,9 @@ inpageProvider.publicConfigStore.subscribe(function (state) {
var __define
/**
- * Caches reference to global define object and deletes it
+ * Caches reference to global define object and deletes it to
+ * avoid conflicts with other global define objects, such as
+ * AMD's define function
*/
function cleanContextForImports () {
__define = global.define