Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -32,14 +32,6 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* APP_PCJS collects all PCjs application globals in one convenient place
|
||||
*/
|
||||
if (DEBUG) {
|
||||
var APP_PCJS = {Component: null};
|
||||
if (typeof Component === 'function') APP_PCJS.Component = Component;
|
||||
}
|
||||
|
||||
/**
|
||||
* @define {string}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue