File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ public function execute()
529
529
*
530
530
* @return mixed
531
531
*/
532
- public function execute_async ()
532
+ public function executeAsync ()
533
533
{
534
534
$ execute = $ this ->w3c ? new Execute ($ this ->url . '/execute ' ) : new LegacyExecute ($ this ->url );
535
535
$ result = $ execute ->async (func_get_arg (0 ));
@@ -551,9 +551,10 @@ protected function getIdentifierPath($identifier)
551
551
public function __call ($ name , $ arguments )
552
552
{
553
553
$ map = [
554
+ 'application_cache ' => 'applicationCache ' ,
555
+ 'execute_async ' => 'executeAsync ' ,
554
556
'local_storage ' => 'localStorage ' ,
555
557
'session_storage ' => 'sessionStorage ' ,
556
- 'application_cache ' => 'applicationCache ' ,
557
558
];
558
559
559
560
if (array_key_exists ($ name , $ map )) {
You can’t perform that action at this time.
0 commit comments