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