potree: Solve some typos

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
pull/271/head
Patrick José Pereira 2017-08-24 18:40:41 -03:00
rodzic d1abb52617
commit b5bf3214cc
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1749,7 +1749,7 @@ var widgetsMouse = $.widget( "ui.mouse", {
return this.mouseDelayMet;
},
// These are placeholder methods, to be overriden by extending plugin
// These are placeholder methods, to be overridden by extending plugin
_mouseStart: function( /* event */ ) {},
_mouseDrag: function( /* event */ ) {},
_mouseStop: function( /* event */ ) {},
@ -5058,7 +5058,7 @@ var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
focus: function( event, ui ) {
var item = ui.item.data( "ui-selectmenu-item" );
// Prevent inital focus from firing and check if its a newly focused item
// Prevent initial focus from firing and check if its a newly focused item
if ( that.focusIndex != null && item.index !== that.focusIndex ) {
that._trigger( "focus", event, { item: item } );
if ( !that.isOpen ) {

Wyświetl plik

@ -30593,7 +30593,7 @@
/**
*
* Interpolant that evaluates to the sample value at the position preceeding
* Interpolant that evaluates to the sample value at the position preceding
* the parameter.
*
* @author tschw
@ -32828,7 +32828,7 @@
// parse implicit morph animations
if ( geometry.morphTargets ) {
// TODO: Figure out what an appropraite FPS is for morph target animations -- defaulting to 10, but really it is completely arbitrary.
// TODO: Figure out what an appropriate FPS is for morph target animations -- defaulting to 10, but really it is completely arbitrary.
var morphAnimationClips = AnimationClip.CreateClipsFromMorphTargetSequences( geometry.morphTargets, 10 );
outputAnimations = outputAnimations.concat( morphAnimationClips );