aec06d9ed13e91f1f2ecfb95fc3d6d079bd9fc91.svn-base 75 Bytes Raw Blame History Permalink 1 function f() { var a; if (a = 'a') { return a; } else { return a; } }; f();