fix decorators order - thanks to some random japanese tweet i translated...

This commit is contained in:
Sebastian McKenzie
2015-04-12 09:05:46 -07:00
parent b3e4aefe12
commit bbc951dfe1
2 changed files with 4 additions and 3 deletions

View File

@@ -204,6 +204,8 @@ class ClassTransformer {
]));
}
decorators = decorators.reverse();
for (var i = 0; i < decorators.length; i++) {
var decorator = decorators[i];