Browse Source

Remove FormData

Ben Hsieh 8 years ago
parent
commit
2718fb0306
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/polyfill/FormData.js

+ 0
- 7
src/polyfill/FormData.js View File

1
-export default class FormData {
2
-
3
-  constructor() {
4
-    console.log('FormData constructor called')
5
-  }
6
-
7
-}