chore(file): remove file for now

This commit is contained in:
Tim Lancina 2016-02-17 15:33:17 -06:00
parent c7499185e0
commit 3ce701cce7
4 changed files with 11 additions and 37 deletions

View File

@ -1,2 +0,0 @@
export declare class File {
}

23
dist/plugins/file.js vendored
View File

@ -1,23 +0,0 @@
if (typeof __decorate !== "function") __decorate = function (decorators, target, key, desc) {
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc);
switch (arguments.length) {
case 2: return decorators.reduceRight(function(o, d) { return (d && d(o)) || o; }, target);
case 3: return decorators.reduceRight(function(o, d) { return (d && d(target, key)), void 0; }, void 0);
case 4: return decorators.reduceRight(function(o, d) { return (d && d(target, key, o)) || o; }, desc);
}
};
var plugin_1 = require('./plugin');
var File = (function () {
function File() {
}
File = __decorate([
plugin_1.Plugin({
name: 'File',
plugin: 'cordova-plugin-file',
pluginRef: 'cordova.file'
})
], File);
return File;
})();
exports.File = File;
//# sourceMappingURL=file.js.map

View File

@ -1 +0,0 @@
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../src/plugins/file.ts"],"names":["File","File.constructor"],"mappings":";;;;;;;;AAAA,uBAA8B,UAAU,CAAC,CAAA;AAIzC;IAAAA;IAMAC,CAACA;IANDD;QAACA,eAAMA,CAACA;YACNA,IAAIA,EAAEA,MAAMA;YACZA,MAAMA,EAAEA,qBAAqBA;YAC7BA,SAASA,EAAEA,cAAcA;SAC1BA,CAACA;aAEDA;IAADA,WAACA;AAADA,CAACA,AAND,IAMC;AADY,YAAI,OAChB,CAAA"}

View File

@ -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 {
// }