mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 20:30:01 +01:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
define( [
|
|
"../../core",
|
|
"../../selector"
|
|
], function( jQuery ) {
|
|
return jQuery.expr.match.needsContext;
|
|
} );
|