File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 315
315
}
316
316
317
317
/**
318
- * Adds or remove the possiblity of scrolling through sections by using the mouse wheel/trackpad or touch gestures.
318
+ * Adds or remove the possibility of scrolling through sections by using the mouse wheel/trackpad or touch gestures.
319
319
* Optionally a second parameter can be used to specify the direction for which the action will be applied.
320
320
*
321
321
* @param directions string containing the direction or directions separated by comma.
338
338
}
339
339
340
340
/**
341
- * Adds or remove the possiblity of scrolling through sections by using the keyboard arrow keys
341
+ * Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys
342
342
*/
343
343
function setKeyboardScrolling ( value , directions ) {
344
344
if ( typeof directions !== 'undefined' ) {
631
631
}
632
632
633
633
/**
634
- * Works over the DOM structure to set it up for the current fullpage optionss .
634
+ * Works over the DOM structure to set it up for the current fullpage options .
635
635
*/
636
636
function prepareDom ( ) {
637
637
container . css ( {
646
646
//due to https://github.com/alvarotrigo/fullPage.js/issues/1502
647
647
windowsHeight = $window . height ( ) ;
648
648
649
- container . removeClass ( DESTROYED ) ; //in case it was destroyed before initilizing it again
649
+ container . removeClass ( DESTROYED ) ; //in case it was destroyed before initializing it again
650
650
651
651
addInternalSelectors ( ) ;
652
652
You can’t perform that action at this time.
0 commit comments