mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[$watchMulti] removed unusable deep
param
This commit is contained in:
parent
0759c97dc0
commit
881ef7e86f
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ define(function (require) {
|
|||
*
|
||||
* @param {array[string|function|obj]} expressions - the list of expressions to $watch
|
||||
* @param {Function} fn - the callback function
|
||||
* @param {boolean} deep - should the watchers be created as deep watchers?
|
||||
* @return {undefined}
|
||||
*/
|
||||
$delegate.constructor.prototype.$watchMulti = function (expressions, fn) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue