clean up file

This commit is contained in:
Sebastian McKenzie
2015-01-26 13:51:33 +11:00
parent 876d88c761
commit a2a1ab4c52

View File

@@ -13,9 +13,9 @@ var t = require("./types");
var _ = require("lodash");
function File(opts) {
this.dynamicImports = [];
this.dynamicImported = [];
this.dynamicImportIds = {};
this.dynamicImported = [];
this.dynamicImports = [];
this.dynamicData = {};
this.data = {};
@@ -62,7 +62,6 @@ File.validOptions = [
"sourceRoot",
"moduleRoot",
"moduleIds",
"runtime",
"comments",
"reactCompat",
"keepModuleIdExtensions",