Skip to content

Commit

Permalink
sync from 1.2 (cocos#7314)
Browse files Browse the repository at this point in the history
* sync from 1.2

* delete unneeded codes
  • Loading branch information
minggo committed Sep 4, 2020
1 parent 12dbd38 commit 736e13a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cocos/core/data/instantiate-jit.ts
Expand Up @@ -52,12 +52,6 @@ const LOCAL_ARRAY = 'a';
const LINE_INDEX_OF_NEW_OBJ = 0;

const DEFAULT_MODULE_CACHE = {
'cc.Node': 'cc.Node',
'cc.Sprite': 'cc.Sprite',
'cc.Label': 'cc.Label',
'cc.Button': 'cc.Button',
'cc.Widget': 'cc.Widget',
'cc.Animation': 'cc.Animation',
'cc.ClickEvent': false,
'cc.PrefabInfo': false,
};
Expand Down

0 comments on commit 736e13a

Please sign in to comment.