Core: Follow the AMD specification for define

AMD specification requires the factory argument be defined.

Close gh-2179
This commit is contained in:
Alexander O'Mara 2015-03-30 11:52:00 -04:00 committed by Timmy Willison
parent bb4d888f4f
commit 892625b3c3

View File

@ -1 +1 @@
define([ "./selector-sizzle" ]);
define([ "./selector-sizzle" ], function() {});