PHP Classes

File: public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/ArrTest.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/ArrTest.js   Download  
File: public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/ArrTest.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 269 bytes
 

Contents

Class file image Download
test( 'atomic.themes.alien.ArrTest', [ 'tinymce.themes.inlite.alien.Arr' ], function (Arr) { var testFlatten = function () { assert.eq(Arr.flatten([1, 2, [3, 4, [5, 6]], [7, 8], 9]), [1, 2, 3, 4, 5, 6, 7, 8, 9]); }; testFlatten(); } );