mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Core: Follow the AMD specification for define
AMD specification requires the factory argument be defined. Close gh-2179
This commit is contained in:
parent
bb4d888f4f
commit
892625b3c3
@ -1 +1 @@
|
||||
define([ "./selector-sizzle" ]);
|
||||
define([ "./selector-sizzle" ], function() {});
|
||||
|
Loading…
Reference in New Issue
Block a user