Remove double ; and final ?> from jsminplus (imported in r91591).
authorPlatonides <platonides@users.mediawiki.org>
Tue, 19 Jul 2011 19:53:00 +0000 (19:53 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 19 Jul 2011 19:53:00 +0000 (19:53 +0000)
This should be uncontroversial.

includes/libs/jsminplus.php

index 4afa43a..8b635e7 100644 (file)
@@ -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
+?>