blob: 821a97361e1b8a3820a1cb6357289a4e6c1ff8d3 [file] [log] [blame]
<pre id="issue217" class="prettyprint lang-js">
if(!/^https?:\/\//i.test(val) &amp;&amp; foo == 'bar') {
val = 'http://' + val;
}