1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Fix bad parameters in rest stub

This commit is contained in:
Joe Fiorini 2015-03-27 17:12:34 -04:00
parent 98eba55bea
commit 3823b394b0

View File

@ -62,8 +62,8 @@ RestStub.prototype =
window.setTimeout(function() {
inject(['$rootScope', function($rootScope) {
$rootScope.$apply();
}], 1000);
});
}]);
}, 1000);
}
};