Pattern: Incomplete JQuery deferred instance
Issue: -
When a JQuery Deferred instance is created, then either reject()
or
resolve()
must be called on it within all code branches in the scope.
Pattern: Incomplete JQuery deferred instance
Issue: -
When a JQuery Deferred instance is created, then either reject()
or
resolve()
must be called on it within all code branches in the scope.