angular-cn/traceur-runtime-patch.js

7 lines
139 B
JavaScript
Raw Normal View History

2014-11-06 18:31:17 -05:00
(function(type) {
Object.keys(type).forEach(function(name) {
type[name].__assertName = name;
});
})(window.$traceurRuntime.type);