PHP Classes

File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/subsuite.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/subsuite.js   Download  
File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/subsuite.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 510 bytes
 

Contents

Class file image Download
(function() { var versions = [ "1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7", "1.7.1", "1.7.2", "1.8.0", "1.8.1", "1.8.2", "1.8.3", "1.9.0", "1.9.1", "git" ], additionalTests = { // component: [ "other_test.html" ] }; window.testAllVersions = function( widget ) { QUnit.testSuites( $.map( [ widget + ".html" ].concat( additionalTests[ widget ] || [] ), function( test ) { return $.map( versions, function( version ) { return test + "?jquery=" + version; }); })); }; }());