Sha256: 0da7a28b3648b880ee3634e36d76ca22451fca047227e855a692bbe47aa16786

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 Bytes

Contents

// sc_require("jquery-buffer");
jQuery.Buffer.scheduleFlushing = function() {
  SC.RunLoop.currentRunLoop.invokeOnce(function() {
    jQuery.Buffer.flush()
  });
  this.flushingScheduled = true;
};

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
spade-0.0.1 sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.5.0.pre.5 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.5.0.pre.4.1 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.5.0.pre.4 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.5.0.pre.3 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js