Sha256: 897144246a791092d5a1a3817dc72f9f532f0a9d6ae2a27913668cc1d52c57b8

Contents?: true

Size: 743 Bytes

Versions: 6

Compression:

Stored size: 743 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2008-2011 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================
// sc_require("jquery-buffer");
jQuery.Buffer._flush = function() {
  jQuery.Buffer.flush();
};
jQuery.Buffer.scheduleFlushing = function() {
  SC.RunLoop.currentRunLoop.invokeOnce(jQuery.Buffer._flush);
  this.flushingScheduled = true;
};

//@if(debug)
jQuery.Buffer._flush.displayName           = "jQuery.Buffer._flush";
jQuery.Buffer.scheduleFlushing.displayName = "jQuery.Buffer.scheduleFlushing";
//@endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sproutcore-1.9.2 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.9.1 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.9.0 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.8.2.1 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.8.1 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js
sproutcore-1.8.0 lib/frameworks/sproutcore/frameworks/jquery/jquery-sc.js