diff src/implab/guard.js @ 7:9c0943c68a90

minor fixes added safe.async(fn, thisArg)
author cin
date Tue, 20 Jun 2017 19:45:15 +0300
parents 00779cb63b12
children
line wrap: on
line diff
--- a/src/implab/guard.js	Tue Jun 20 00:33:15 2017 +0300
+++ b/src/implab/guard.js	Tue Jun 20 19:45:15 2017 +0300
@@ -19,6 +19,7 @@
      *                         также должен быть задан
      * @param{Array} args Параметры для вызова метода, не обязательно.
      * @returns{dojo/promise}
+     * @deprecated use <code>safe.async() + when()</code> instead.
      */
     return function(o, m, args) {
         if (arguments.length == 1) {