fix($compile): don't use new with minErr
Someone wrote `throw new $compileMinErr(...)` when it should have been `throw $compileMinErr(...)`. This caused a build warning.
K
Ken Sheedlo committed
11521a4cde689c2bd6aaa227b1f45cb3fb53725b
Parent: fbad068