From 665866035553094f301cf85364d4d847ef2bdf36 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 9 Jul 2012 18:12:38 -0400 Subject: [PATCH] magnifier: fix a copy/paste typo Introduced in 8754b2767c1b54ee882875e0d159d847602e8c6a --- js/ui/magnifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js index c11a589dd..8ce70cea1 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -1007,7 +1007,7 @@ const ZoomRegion = new Lang.Class({ * getColorSaturation: * Retrieve the color saturation of the magnified view. */ - setColorSaturation: function() { + getColorSaturation: function() { return this._colorSaturation; },