Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 3e1b3b3

Browse files
committed
ie8 super fix
1 parent b3f641b commit 3e1b3b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ module.exports = function (grunt) {
5656
'var $__Object$defineProperty = Object.defineProperty;\n' +
5757
'var $__Object$create = Object.create;',
5858
replacement: ''
59+
}, {
60+
pattern: '$__Object$getPrototypeOf(SystemLoader.prototype).constructor',
61+
replacement: '$__super'
5962
}]
6063
}
6164
}

0 commit comments

Comments
 (0)