mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Minor formatting nit.
This commit is contained in:
@@ -191,7 +191,8 @@
|
|||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/** Used to test Web Workers. */
|
/** Used to test Web Workers. */
|
||||||
var Worker = !(ui.isForeign || ui.isSauceLabs || isModularize) && (document && document.origin != 'null') && root.Worker;
|
var Worker = !(ui.isForeign || ui.isSauceLabs || isModularize) &&
|
||||||
|
(document && document.origin != 'null') && root.Worker;
|
||||||
|
|
||||||
/** Used to test host objects in IE. */
|
/** Used to test host objects in IE. */
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user