use ordered modules array over object properties

This commit is contained in:
guybedford
2016-11-11 17:46:37 +02:00
parent bd251f236b
commit 76702a3a57
2 changed files with 16 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ System.register(["2", "1"], function (_export, _context) {
"use strict";
return {
setters: [function (_2) {}, function (_1) {}],
setters: [function (_) {}, function (_2) {}],
execute: function () {}
};
});