X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/7c4c5ee807a9700c1b26e91f0d1720e3c6fd9ec3..ab1445aee3c066a08d0602dd8b2e6996646d986f:/src/editor/modules/documentCanvas/canvas/canvas.test.js?ds=inline
diff --git a/src/editor/modules/documentCanvas/canvas/canvas.test.js b/src/editor/modules/documentCanvas/canvas/canvas.test.js
index be4a8b9..028c767 100644
--- a/src/editor/modules/documentCanvas/canvas/canvas.test.js
+++ b/src/editor/modules/documentCanvas/canvas/canvas.test.js
@@ -489,7 +489,7 @@ describe('Cursor', function() {
});
});
- it('returns boundries of selection when browser selection not collapsed', function() {
+ it('returns boundaries of selection when browser selection not collapsed', function() {
var c = getCanvasFromXML(''),
dom = c.doc().dom,
text = {
@@ -521,7 +521,7 @@ describe('Cursor', function() {
});
});
- it('recognizes when browser selection boundries lies in sibling DocumentTextElements', function() {
+ it('recognizes when browser selection boundaries lies in sibling DocumentTextElements', function() {
var c = getCanvasFromXML(''),
dom = c.doc().dom,
text = {