Sha256: a8023a4c2802cd7d574c77eff61bacb4906be635dbacb7f61a7e477bfc6bf511

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

/*!
 * jQuery JavaScript Library v1.4.1
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon Jan 25 19:43:33 2010 -0500
 */
(function( window, undefined ) {

// Define a local copy of jQuery
var jQuery = function( selector, context ) {
    // The jQuery object is actually just the init constructor 'enhanced'
    return new jQuery.fn.init( selector, context );
  }

})(window);

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jim-0.3.3 test/fixtures/jquery-1.4.1.js
jim-0.3.2 test/fixtures/jquery-1.4.1.js
jim-0.3.1 test/fixtures/jquery-1.4.1.js
jim-0.3.0 test/fixtures/jquery-1.4.1.js
jim-0.3.0.pre test/fixtures/jquery-1.4.1.js