jquery/src/selector.js
Alexander O'Mara 892625b3c3 Core: Follow the AMD specification for define
AMD specification requires the factory argument be defined.

Close gh-2179
2015-04-13 11:53:26 -04:00

2 lines
48 B
JavaScript

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