From df170645978a61355395dd9b0988ae04de65dbad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20=C5=9Eat=C4=B1r?= Date: Wed, 13 Apr 2022 11:50:47 +0300 Subject: [PATCH] Add a comment for window.app definition into global.js file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gökay Şatır Change-Id: I111eda6182235a307b40a297466a1fb4a74ad5bf --- browser/js/global.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/js/global.js b/browser/js/global.js index 672a8841d..8c742707b 100644 --- a/browser/js/global.js +++ b/browser/js/global.js @@ -1,6 +1,10 @@ /* -*- js-indent-level: 8 -*- */ /* global Uint8Array */ +/* + For extending window.app object, please see "docstate.js" file. + Below definition is only for the properties that this (global.js) file needs at initialization. +*/ window.app = { socket: null, console: {}