Add a comment for window.app definition into global.js file.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I111eda6182235a307b40a297466a1fb4a74ad5bf
This commit is contained in:
Gökay Şatır 2022-04-13 11:50:47 +03:00 committed by Gökay ŞATIR
parent 7c6c16f46b
commit df17064597

View file

@ -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: {}