Team:SUSTC-Shenzhen

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
function defer(a) {
function defer(a) {
-
   window.$ ? a() : setTimeout(function() {
+
   window.$.get ? a() : setTimeout(function() {
     defer(a);
     defer(a);
   }, 50);
   }, 50);

Revision as of 03:16, 21 July 2014