comparison plugins/disco.js @ 83:bfa3c003fc1d

Fix a JS error on anonymoused plugins.
author Sonny Piers <sonny.piers@gmail.com>
date Tue, 07 Feb 2012 19:04:15 +0100
parents 7500bc048dbc
children 7f4e43d6cb15
comparison
equal deleted inserted replaced
82:06495f77a74c 83:bfa3c003fc1d
169 this.send(res); 169 this.send(res);
170 return true; 170 return true;
171 }); 171 });
172 } 172 }
173 }; 173 };
174 })(); 174 });