Sha256: 38c23ad8a49c865cc3483f2180a6a0ca195669cebf0cc870c4a9aaebfa898cdd
Contents?: true
Size: 1000 Bytes
Versions: 31
Compression:
Stored size: 1000 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Webshims Lib Test Suite</title> <script src="require.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js"></script> <script src="../../src/extras/modernizr-custom.js"></script> <script> window.asyncWebshims = { cfg: { testData: 'test5', extendNative: false, waitReady: false, forms: { customMessages: true } }, polyfill: "forms forms-ext geolocation" }; </script> <script src="../../src/polyfiller.js"></script> <script> (function(){ var webshimsReady = false; require( ["jquery", "polyfiller"], function(e){ $.webshims.ready('forms-ext geolocation', function(){ setTimeout(function(){ (window.opener || window.parent).loadingTest($.webshims.cfg.testData, webshimsReady); }, 1); }); }); webshimsReady = !!$.webshims; })(); </script> </head> <body> </body> </html>
Version data entries
31 entries across 31 versions & 1 rubygems