From 6bb98564f5a14ca571f4cc37e08a6b3b4ec3de24 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 19 Jul 2011 19:53:00 +0000 Subject: [PATCH] Remove double ; and final ?> from jsminplus (imported in r91591). This should be uncontroversial. --- includes/libs/jsminplus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/libs/jsminplus.php b/includes/libs/jsminplus.php index 4afa43adc2..8b635e7c29 100644 --- a/includes/libs/jsminplus.php +++ b/includes/libs/jsminplus.php @@ -1536,7 +1536,7 @@ class JSNode if (($numargs = func_num_args()) > 2) { - $args = func_get_args();; + $args = func_get_args(); for ($i = 2; $i < $numargs; $i++) $this->addNode($args[$i]); } @@ -1977,4 +1977,4 @@ class JSToken public $assignOp; } -?> \ No newline at end of file +?> -- 2.20.1