UNPKG

jquery-jpostal-ja

Version:

A jQuery plug-in that automatically enters a japanese zip code into the address field when you enter it.

14 lines (11 loc) 287 B
/*global YUI*/ YUI().add("phantomjs", function (Y) { "use strict"; var TR; if (console !== undefined) { TR = Y.Test.Runner; TR.subscribe(TR.COMPLETE_EVENT, function (obj) { console.log(Y.Test.Format.JUnitXML(obj.results)); }); } });