File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ FuturgoCity = function(param) {
11
11
this . mouseOverCallback = param . mouseOverCallback ;
12
12
this . mouseOutCallback = param . mouseOutCallback ;
13
13
this . mouseClickCallback = param . mouseClickCallback ;
14
- this . startTestDriveCallback = param . startTestDriveCallback ;
15
- this . endTestDriveCallback = param . startTestDriveCallback ;
16
14
this . part_materials = [ ] ;
17
15
this . testDriveRunning = false ;
18
16
this . wheelsMoving = false ;
@@ -396,9 +394,6 @@ FuturgoCity.prototype.startTestDrive = function(event) {
396
394
397
395
} , 2000 ) ;
398
396
399
-
400
- if ( this . startTestDriveCallback )
401
- this . startTestDriveCallback ( ) ;
402
397
}
403
398
404
399
FuturgoCity . prototype . endTestDrive = function ( event ) {
@@ -451,10 +446,6 @@ FuturgoCity.prototype.endTestDrive = function(event) {
451
446
that . playCloseAnimations ( ) ;
452
447
} , 2000 ) ;
453
448
454
-
455
- if ( this . endTestDriveCallback )
456
- this . endTestDriveCallback ( ) ;
457
-
458
449
}
459
450
460
451
FuturgoCity . prototype . tour = function ( ) {
You can’t perform that action at this time.
0 commit comments