Files
leanote/public/tinymce/classes/dom/Sizzle.jQuery.js
lealife 6987a38820 v1.0
只读模式
group, 分享
评论更多问题
博客标签总是存在一个
2015-06-15 18:01:48 +08:00

24 lines
428 B
JavaScript
Executable File

/**
* Sizzle.jQuery.js
*
* Copyright, Moxiecode Systems AB
* Released under LGPL License.
*
* 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;
});