From a2a1ab4c520c829942b4b3ae7b99d39b5cff4a99 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 26 Jan 2015 13:51:33 +1100 Subject: [PATCH] clean up file --- lib/6to5/file.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/6to5/file.js b/lib/6to5/file.js index 211953b5b4..152f50b137 100644 --- a/lib/6to5/file.js +++ b/lib/6to5/file.js @@ -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",