Split.golden 5.3 KB

123456789
  1.   …  @@ -1,6 +1,8 @@    …   
  2.   1 - // this is   1 + /** 
  3.        2 +  * this is 
  4.   2 - // a regular   3 +  * a block 
  5.   3 - // comment   4 +  * comment 
  6.        5 +  */ 
  7.   4  $(function() {   6  $(function() { 
  8.   5   console.log("Hello, world!");   7   console.log("Hello, world!"); 
  9.   6  });   8  });