mirror of
https://github.com/agersant/polaris
synced 2025-03-02 06:17:10 +00:00
Cosmetic change
This commit is contained in:
parent
a600ad4f74
commit
7cdfc73f0e
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ var assert = require('assert');
|
|||
|
||||
module.exports = {
|
||||
'Fetch Web API' : function(browser) {
|
||||
assert(typeof fetch == "function");
|
||||
assert(typeof fetch == "function", "fetch function is not available");
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue