Skip to content
Snippets Groups Projects
Commit 6f5f3f6e authored by Vivien Nicolas's avatar Vivien Nicolas
Browse files

Bug 740974 - toolbar currentSet setter needs to return 'val' when returning early. r=dao

parent 5bc7aae6
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<setter> <setter>
<![CDATA[ <![CDATA[
if (val == this.currentSet) if (val == this.currentSet)
return; return val;
var ids = (val == "__empty") ? [] : val.split(","); var ids = (val == "__empty") ? [] : val.split(",");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment