words

Just a wild guess (you won’t fool me)

// If you're a webkit => Zepto will do the trick
;(function (d) { "use strict"
var lib = "webkitBorderRadius" in document.createElement('div').style ? "zepto" : "jquery";
d.write('<script src="js/vendor/'+lib+'.min.js"><\/script>');
})(document);
Last updated: