From: Alexander O'Mara Date: Mon, 30 Mar 2015 15:52:00 +0000 (-0400) Subject: Core: Follow the AMD specification for define X-Git-Tag: 3.0.0-alpha1+compat~88 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=acf2d0c36b16fc85e8236776f1254a8886b32da0;p=jquery.git Core: Follow the AMD specification for define AMD specification requires the factory argument be defined. Close gh-2179 --- diff --git a/src/selector.js b/src/selector.js index 01e9733b8..ea71c33e6 100644 --- a/src/selector.js +++ b/src/selector.js @@ -1 +1 @@ -define([ "./selector-sizzle" ]); +define([ "./selector-sizzle" ], function() {});