web-apps/vendor/requirejs/tests/browsertests/scriptloadinteractive/six.php

10 lines
81 B
PHP
Raw Normal View History

2016-03-11 00:48:53 +00:00
<?php
sleep(2)
?>
def(function () {
return {
name: 'six'
};
});