d4c127e196
The no-jquery build was broken
4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
/*global jQuery */
|
|
define('jquery', [], function () { return jQuery; });
|
|
define('jquery-private', [], function () { return jQuery; });
|