[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
pmb2
/
assets
/
tinymce
/
src
/
core
/
src
/
main
/
js
/
dom
/
[
Home
]
File: Sizzle.jQuery.js
/** * Sizzle.jQuery.js * * Released under LGPL License. * Copyright (c) 1999-2017 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.core.dom.Sizzle', [ ], function () { // Detect if jQuery is loaded if (!window.jQuery) { throw new Error("Load jQuery first"); } return jQuery.find; } );