xrandr-indicator: fix syntax error

It shows the level of testing or usefulness this extension has...
This commit is contained in:
Giovanni Campagna
2013-09-10 16:55:01 +02:00
committed by Giovanni Campagna
parent 087a9208cf
commit 9f1e497c19
+1 -1
View File
@@ -64,7 +64,7 @@ const Indicator = new Lang.Class({
this._screen.connect('changed', Lang.bind(this, this._randrEvent));
},
destroy: function() [
destroy: function() {
if (this._screen)
this._screen.run_dispose();