]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/test/array4.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / test / array4.js
1 (function(){
2         (function(){
3                 return new Array(1, 2, 3);
4         })();
5         function Array(){};
6 })();