mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
docs: Fix simple typo, unfocussable -> unfocusable
There is a small typo in build/squire-raw.js, source/Node.js. Should read `unfocusable` rather than `unfocussable`.
This commit is contained in:
parent
e1e8ec78cb
commit
8cc1e34a6c
2 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ function createElement ( doc, tag, props, children ) {
|
|||
|
||||
function fixCursor ( node, root ) {
|
||||
// In Webkit and Gecko, block level elements are collapsed and
|
||||
// unfocussable if they have no content. To remedy this, a <BR> must be
|
||||
// unfocusable if they have no content. To remedy this, a <BR> must be
|
||||
// inserted. In Opera and IE, we just need a textnode in order for the
|
||||
// cursor to appear.
|
||||
var self = root.__squire__;
|
||||
|
|
|
@ -225,7 +225,7 @@ function createElement ( doc, tag, props, children ) {
|
|||
|
||||
function fixCursor ( node, root ) {
|
||||
// In Webkit and Gecko, block level elements are collapsed and
|
||||
// unfocussable if they have no content. To remedy this, a <BR> must be
|
||||
// unfocusable if they have no content. To remedy this, a <BR> must be
|
||||
// inserted. In Opera and IE, we just need a textnode in order for the
|
||||
// cursor to appear.
|
||||
var self = root.__squire__;
|
||||
|
|
Loading…
Reference in a new issue