docs: Fix a few typos (#166)
parent
de09ffd7b1
commit
3156882cba
|
|
@ -1507,7 +1507,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Get element postion relative to viewport
|
// Get element position relative to viewport
|
||||||
_getOffset: function(isLarge) {
|
_getOffset: function(isLarge) {
|
||||||
var el;
|
var el;
|
||||||
if(isLarge) {
|
if(isLarge) {
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ CKEDITOR.skin.name = 'husky';
|
||||||
// the complete list:
|
// the complete list:
|
||||||
// http://docs.ckeditor.com/#!/api/CKEDITOR.env
|
// http://docs.ckeditor.com/#!/api/CKEDITOR.env
|
||||||
//
|
//
|
||||||
// Internet explorer is an expection and the browser version is also accepted
|
// Internet explorer is an exception and the browser version is also accepted
|
||||||
// (ie7, ie8, ie9, ie10), as well as a special name for IE in Quirks mode (iequirks).
|
// (ie7, ie8, ie9, ie10), as well as a special name for IE in Quirks mode (iequirks).
|
||||||
//
|
//
|
||||||
// The available browser specific files must be set separately for editor.css
|
// The available browser specific files must be set separately for editor.css
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue