source: frontend/node_modules/confusing-browser-globals/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1013 bytes
Line 
1/**
2 * Copyright (c) 2015-present, Facebook, Inc.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8'use strict';
9
10module.exports = [
11 'addEventListener',
12 'blur',
13 'close',
14 'closed',
15 'confirm',
16 'defaultStatus',
17 'defaultstatus',
18 'event',
19 'external',
20 'find',
21 'focus',
22 'frameElement',
23 'frames',
24 'history',
25 'innerHeight',
26 'innerWidth',
27 'length',
28 'location',
29 'locationbar',
30 'menubar',
31 'moveBy',
32 'moveTo',
33 'name',
34 'onblur',
35 'onerror',
36 'onfocus',
37 'onload',
38 'onresize',
39 'onunload',
40 'open',
41 'opener',
42 'opera',
43 'outerHeight',
44 'outerWidth',
45 'pageXOffset',
46 'pageYOffset',
47 'parent',
48 'print',
49 'removeEventListener',
50 'resizeBy',
51 'resizeTo',
52 'screen',
53 'screenLeft',
54 'screenTop',
55 'screenX',
56 'screenY',
57 'scroll',
58 'scrollbars',
59 'scrollBy',
60 'scrollTo',
61 'scrollX',
62 'scrollY',
63 'self',
64 'status',
65 'statusbar',
66 'stop',
67 'toolbar',
68 'top',
69];
Note: See TracBrowser for help on using the repository browser.