thirdparty/jsdoctoolkit/app/test/global.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /** ecks */
       
     2 var x = [1, 2, 4];
       
     3 
       
     4 var y = {
       
     5 	foo: function(){
       
     6 	}
       
     7 }
       
     8 
       
     9 bar = function() {
       
    10 }
       
    11 
       
    12 function zop() {
       
    13 }