Skip to content

Commit

Permalink
Fix syntax error (Bug #13593).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 23, 2014
1 parent 4638fa0 commit ce6b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/js/kronolith.js
Expand Up @@ -6254,7 +6254,7 @@ KronolithCore = {
var row = this.freeBusy.get(resource)[0];
row.purge();
row.remove();
delete this.resourceACCache.map.unset(resource);
this.resourceACCache.map.unset(resource);
$('kronolithEventResourceIds').value = this.resourceACCache.map.values();
},

Expand Down

0 comments on commit ce6b8fa

Please sign in to comment.