Skip to content

Commit acf2d0c

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 02a9d9f commit acf2d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selector.js

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

0 commit comments

Comments
 (0)