UNPKG

fontfaceonload

Version:

A simple utility to execute a callback when a webfont loads.

17 lines (12 loc) 223 B
(function( w, $ ) { "use strict"; QUnit.module( "Defaults", { setup: function() { }, teardown: function() { } }); QUnit.test( "True", function( assert ) { assert.ok( true ); }); }( this, jQuery ));