Searched refs:stripNewLines (Results 1 – 1 of 1) sorted by relevance
391 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value function4726 },setValue:function(value){return this.input.value=stripNewLines(value)6292 Firebug.Console.log(commandPrefix+" "+stripNewLines(command),Firebug.browser,"command",FirebugReps.…