js:pass the es5 runtime
This commit is contained in:
3024
doric-js/bundle/doric-lib.es5.js
Normal file
3024
doric-js/bundle/doric-lib.es5.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -770,7 +770,7 @@ class Panel {
|
||||
}, undefined);
|
||||
}
|
||||
nativeRender(model) {
|
||||
this.context.shader.render(model);
|
||||
this.context.callNative("shader", "render", model);
|
||||
}
|
||||
hookBeforeNativeCall() {
|
||||
if (Environment.platform !== 'web') {
|
||||
|
13306
doric-js/bundle/doric-sandbox.es5.js
Normal file
13306
doric-js/bundle/doric-sandbox.es5.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2229,7 +2229,7 @@ class Panel {
|
||||
}, undefined);
|
||||
}
|
||||
nativeRender(model) {
|
||||
this.context.shader.render(model);
|
||||
this.context.callNative("shader", "render", model);
|
||||
}
|
||||
hookBeforeNativeCall() {
|
||||
if (Environment.platform !== 'web') {
|
||||
|
Reference in New Issue
Block a user