Merge pull request #4054 from mariusbutuc/consistent-indentation

Maintain consistent indentation levels
master
Surma 2016-02-02 09:36:23 +11:00
commit 40ed735783
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ componentHandler = (function() {
}
} else {
throw new Error(
'Unable to find a registered component for the given class.');
'Unable to find a registered component for the given class.');
}
var ev = document.createEvent('Events');