diff --git a/js/ui/background.js b/js/ui/background.js index 4fda6f41e..9d79e434b 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -165,7 +165,7 @@ const BackgroundCache = new Lang.Class({ content = candidateContent.copy(params.monitorIndex, params.effects); if (params.cancellable && params.cancellable.is_cancelled()) - content = NULL; + content = null; if (params.onFinished) params.onFinished(content);