mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(file): remove file for now
This commit is contained in:
+11
-11
@@ -1,11 +1,11 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
declare var window;
|
||||
|
||||
@Plugin({
|
||||
name: 'File',
|
||||
plugin: 'cordova-plugin-file',
|
||||
pluginRef: 'cordova.file'
|
||||
})
|
||||
export class File {
|
||||
}
|
||||
// import {Plugin, Cordova} from './plugin';
|
||||
//
|
||||
// declare var window;
|
||||
//
|
||||
// @Plugin({
|
||||
// name: 'File',
|
||||
// plugin: 'cordova-plugin-file',
|
||||
// pluginRef: 'cordova.file'
|
||||
// })
|
||||
// export class File {
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user