mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
cleanup
This commit is contained in:
parent
4dd529e663
commit
81ccdaa127
2 changed files with 3 additions and 60 deletions
|
|
@ -36,9 +36,8 @@ function (Abstract, DomController, Settings, Exception, Nc) {
|
|||
Abstract.prototype.addMethod.call(AbstractView, 'addFilter', ['mesh', 'options']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'removeFilter', ['mesh', 'options']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'setCameraPosition', ['x', 'y']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'setCameraZoom', ['z']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'onZoomIn');
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'onZoomIn');
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'onZoomOut');
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'onZoomReset');
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'toggleInfo', ['show', 'string']);
|
||||
Abstract.prototype.addMethod.call(AbstractView, 'onCreateAndAddPlayerInfo', ['options']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue