FEATURE: warn when caps lock is on during password input

This commit is contained in:
Neil Lalonde
2014-07-22 10:08:08 -04:00
parent fd3ceae1d6
commit 386b6213a5
14 changed files with 96 additions and 17 deletions

View File

@ -47,6 +47,10 @@ function viewClassFor(name) {
return Discourse.__container__.lookupFactory('view:' + name);
}
function componentClassFor(name) {
return Discourse.__container__.lookupFactory('component:' + name);
}
function asyncTestDiscourse(text, func) {
asyncTest(text, function () {
var self = this;