Skip to content

Commit

Permalink
completely remove the indexedDB check
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Jun 2, 2015
1 parent e1588ec commit d4bf58f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions af.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ if(platform[2] == 'Web'){

platformTests= {
storrage : isNotChromeURL && (function(){try{ return $$.sessionStorage && $$.localStorage; }catch(e){ return false; }})(),
indexedDB : isNotChromeURL && (function(){try{ return $$.indexedDB; }catch(e){ return false; }})(),
notifications : ($$.Notification),
renderFrame : ($$.requestAnimationFrame),
audio : ($$.Audio),
Expand Down Expand Up @@ -770,4 +769,4 @@ if(platform[2] == 'Web' || platform[2] == 'Worker'){
$$.$_= scopeSelector;
}

})();
})();

0 comments on commit d4bf58f

Please sign in to comment.