зеркало из https://github.com/mozilla/commonplace.git
Fix jQuery import in forms.js
This commit is contained in:
Родитель
9bfd531edc
Коммит
687d71abda
|
@ -1,4 +1,4 @@
|
|||
define('forms', ['z'], function(z) {
|
||||
define('forms', ['jquery', 'z'], function($, z) {
|
||||
|
||||
function checkValid(form) {
|
||||
if (form) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче