Commit 0fd09990 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Added support for window.jQuery

parent f640390c
(function() {
var $ = window.jQuery || window.$;
// Возможные состояния:
var STATUS_ERROR = 1, // ошибка при запросе/разборе ответа
STATUS_INVALID = 2, // email некорректный
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment