﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16227,Stop Firebug from borking on missing convertEntities(),mikeschinkel,,"Firebug breaks on the following line which makes JavaScript debugging extremely tedious:

    try{convertEntities(blahblah);}catch(e){}; 

I believe the following should accomplish the same thing without causing Firebug to bork:

    if (typeof convertEntities==""function""){convertEntities(blahblah);}

I've attached a patch to change these.

This ''may'' already have been addressed by #15124 and if so forgive me but I could not tell for sure.

",enhancement,closed,normal,,General,3.1,normal,duplicate,reporter-feedback,
