$.fn.unwatch = function () {
      Array.prototype.unshift.call(arguments, this);
      return _unwatch.apply(this, arguments);
    };