INNER CODE UNIT · JavaScript

proceed

in28minutes/spring-microservices-v3 · 99.presentation/js/reveal.js:392

		function proceed() {
			if( scriptsAsync.length ) {
				// Load asynchronous scripts
				head.js.apply( null, scriptsAsync );
			}

			start();
		}

		function loadScript( s ) {
			head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
				// Extension may contain callback functions
				if( typeof s.callback === 'function' ) {
					s.callback.apply( this );
				}

				if( --scriptsToPreload === 0 ) {
					proceed();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…