mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -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
02a9d9f94b
commit
acf2d0c36b
@@ -1 +1 @@
|
||||
define([ "./selector-sizzle" ]);
|
||||
define([ "./selector-sizzle" ], function() {});
|
||||
|
||||
Reference in New Issue
Block a user