Skip to content

Commit

Permalink
use native find
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Oct 20, 2021
1 parent 3e5f7b4 commit 67688c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/core/scene-graph/index.jsb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import './deprecated';
export const Node = cc.Node;
export const Scene = ns.Scene;
export const NodeActivator = cc.NodeActivator;
export const find = cc.find;
export { Layers } from './layers';
export { find } from './find';
export * from './deprecated';

0 comments on commit 67688c1

Please sign in to comment.