Skip to content

Commit 84a99c1

Browse files
author
Assaf Moldavsky
committed
dist
1 parent 2846a62 commit 84a99c1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/angular-mocks-async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
var d = match( method, url, data, headers );
3333
if ( !d || d.passThrough || !d.getPromise ) {
34-
return $delegate.call(this, method, url, data, callback, headers);
34+
return $delegate.call(this, method, url, data, callback, headers, timeout, withCredentials );
3535
}
3636

3737
if( !d.getPromise || ! typeof d.getPromise === 'function' ) {

dist/angular-mocks-async.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
.pipe( createKarmaServer() );
4141
}
4242

43-
gulp.task( "compile", function () {
43+
gulp.task( "dist", function () {
4444
const compressor = require( "node-minify" );
4545

4646
let copyPromise = new Promise( function( resolve, reject ) {

0 commit comments

Comments
 (0)