Skip to content

Commit 892625b

Browse files
AlexanderOMaratimmywil
authored andcommitted
Core: Follow the AMD specification for define
AMD specification requires the factory argument be defined. Close gh-2179
1 parent bb4d888 commit 892625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
define([ "./selector-sizzle" ]);
1+
define([ "./selector-sizzle" ], function() {});

0 commit comments

Comments
 (0)