use strict
This commit is contained in:
parent
f870505f6f
commit
85e23a5116
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
'use strict';
|
||||||
|
|
||||||
function defined(x) {
|
function defined(x) {
|
||||||
return x !== null && typeof x !== 'undefined';
|
return x !== null && typeof x !== 'undefined';
|
||||||
|
|
Loading…
Reference in a new issue