background: s/NULL/null/

woops.
This commit is contained in:
Ray Strode 2013-02-19 21:07:44 -05:00
parent e801647083
commit 09c14f1a10

View File

@ -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);