aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/compile/selmulti.ngdoc
AgeCommit message (Collapse)Author
2013-07-26fix($compile): don't use new with minErrKen Sheedlo
Someone wrote `throw new $compileMinErr(...)` when it should have been `throw $compileMinErr(...)`. This caused a build warning.