Clean up
This commit is contained in:
parent
6cca8577c9
commit
7363014081
8 changed files with 9 additions and 33 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
const riot = require('riot');
|
||||
require('velocity');
|
||||
require('velocity-animate');
|
||||
const api = require('./common/scripts/api.ls');
|
||||
const signout = require('./common/scripts/signout.ls');
|
||||
const generateDefaultUserdata = require('./common/scripts/generate-default-userdata.ls');
|
||||
|
|
@ -18,7 +18,7 @@ require('./common/tags.ls');
|
|||
document.domain = CONFIG.host;
|
||||
|
||||
// ↓ iOS待ちPolyfill (SEE: http://caniuse.com/#feat=fetch)
|
||||
require('fetch');
|
||||
require('whatwg-fetch');
|
||||
|
||||
// ↓ NodeList、HTMLCollectionで forEach を使えるようにする
|
||||
if (NodeList.prototype.forEach === undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue