diff options
Diffstat (limited to 'framework/Web/Javascripts/JSMin.php')
-rw-r--r-- | framework/Web/Javascripts/JSMin.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/Web/Javascripts/JSMin.php b/framework/Web/Javascripts/JSMin.php index 95beff38..0cde4a49 100644 --- a/framework/Web/Javascripts/JSMin.php +++ b/framework/Web/Javascripts/JSMin.php @@ -284,7 +284,4 @@ class JSMin { $this->lookAhead = $this->get(); return $this->lookAhead; } -} - -// -- Exceptions --------------------------------------------------------------- -class JSMinException extends Exception {} +}
\ No newline at end of file |