mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 05:25:16 -05:00
Core: Follow the AMD specification for define
AMD specification requires the factory argument be defined. Close gh-2179
This commit is contained in:
committed by
Timmy Willison
parent
bb4d888f4f
commit
892625b3c3
@@ -1 +1 @@
|
||||
define([ "./selector-sizzle" ]);
|
||||
define([ "./selector-sizzle" ], function() {});
|
||||
|
||||
Reference in New Issue
Block a user