File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ var Camera = new Class({
8080 setRotation : require ( './components/SetRotation' ) ,
8181 setRoundPixels : require ( './components/SetRoundPixels' ) ,
8282 setScene : require ( './components/SetScene' ) ,
83+ setScroll : require ( './components/SetScroll' ) ,
8384 setSize : require ( './components/SetSize' ) ,
8485 setViewport : require ( './components/SetViewport' ) ,
8586 setZoom : require ( './components/SetZoom' ) ,
Original file line number Diff line number Diff line change 1+ var setScroll = function ( x , y )
2+ {
3+ if ( y === undefined ) { y = x ; }
4+
5+ this . scrollX = x ;
6+ this . scrollY = y ;
7+
8+ return this ;
9+ } ;
10+
11+ module . exports = setScroll ;
Original file line number Diff line number Diff line change 11var CHECKSUM = {
2- build : 'c4c460d0-73f7 -11e7-8118-7df32620cd19 '
2+ build : '235baf50-7401 -11e7-b446-a357d6bbc2e7 '
33} ;
44module . exports = CHECKSUM ;
You can’t perform that action at this time.
0 commit comments