[$watchMulti] removed unusable deep param

This commit is contained in:
Spencer 2015-04-27 08:49:01 -07:00
parent 0759c97dc0
commit 881ef7e86f

View file

@ -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) {