Sha256: c3e04da0c213c05b66e421e6f7e5d6de299350b522c4dbac16cb9428daaa3486

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 Bytes

Contents

/**
 * Sizzle.jQuery.js
 *
 * Released under LGPL License.
 * Copyright (c) 1999-2015 Ephox Corp. All rights reserved
 *
 * License: http://www.tinymce.com/license
 * Contributing: http://www.tinymce.com/contributing
 */

/*global jQuery:true */

/*
 * Fake Sizzle using jQuery.
 */
define("tinymce/dom/Sizzle", [], function() {
	// Detect if jQuery is loaded
	if (!window.jQuery) {
		throw new Error("Load jQuery first");
	}

	return jQuery.find;
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spiderfw-1.0.1 apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js
spiderfw-1.0.0 apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js
spiderfw-0.6.39 apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js