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:
parent
7c6c16f46b
commit
df17064597
1 changed files with 4 additions and 0 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Reference in a new issue