Disable cordova timeout by default and added factory function list
This commit is contained in:
parent
25e2e4bcd0
commit
b30bb6c033
3 changed files with 31 additions and 16 deletions
|
|
@ -19,8 +19,5 @@ describe('Check factory detect', function() {
|
|||
it('FFSpaLoader.factory.detect.cordovaDevice', function() {
|
||||
assert.equal(false, FFSpaLoader.factory.detect.cordovaDevice());
|
||||
});
|
||||
it('FFSpaLoader.factory.detect.mobileAgent', function() {
|
||||
assert.equal(false, FFSpaLoader.factory.detect.mobileAgent());
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue