mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
loading graphic layers works with right order
This commit is contained in:
parent
522b5092f5
commit
9c9db8ca8c
6 changed files with 132 additions and 33 deletions
|
|
@ -33,7 +33,6 @@ function (Abstract, DomController, Settings, Exception, Nc) {
|
|||
}
|
||||
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'render');
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'createAndInsert', ['id', 'parallaxSpeed', 'referenceId', 'behind']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'addFilter', ['mesh', 'options']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'removeFilter', ['mesh', 'options']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'setCameraPosition', ['x', 'y']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue