]> source.dussan.org Git - jquery.git/commitdiff
Core: Follow the AMD specification for define
authorAlexander O'Mara <me@alexomara.com>
Mon, 30 Mar 2015 15:52:00 +0000 (11:52 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 13 Apr 2015 15:53:54 +0000 (11:53 -0400)
AMD specification requires the factory argument be defined.

Close gh-2179

src/selector.js

index 01e9733b8503ae3c49dd11504d77c18837ac149d..ea71c33e640d650da7f627032a145f6d40160baf 100644 (file)
@@ -1 +1 @@
-define([ "./selector-sizzle" ]);
+define([ "./selector-sizzle" ], function() {});