magnifier: fix a copy/paste typo

Introduced in 8754b2767c
This commit is contained in:
Cosimo Cecchi 2012-07-09 18:12:38 -04:00
parent 85ab019987
commit 6658660355

View File

@ -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;
},