blob: 1a189ce9e3655ca490023d58f35c36735cc8d121 [file] [log] [blame]
if(!/^https?:\/\//i.test(val) && foo == 'bar') {
val = 'http://' + val;
}