Commit 21f60a1a authored by Valentin Skripnikov's avatar Valentin Skripnikov

Скриптинг

parent b5eb2498
...@@ -105,11 +105,11 @@ ...@@ -105,11 +105,11 @@
.. code-block:: javascript .. code-block:: javascript
:linenos: :linenos:
if (!model.inited) if (!model.inited)
{ {
//манипулирование моделями //манипулирование моделями
model.inited = true; model.inited = true;
} }
**"Строгий режим" JavaScript:** **"Строгий режим" JavaScript:**
......
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