Fix typo in preserveViewport handling

This commit is contained in:
Benjamin Gilbert 2013-04-23 23:58:58 -04:00
parent ee02dda56e
commit f958e66f05

View File

@ -1014,7 +1014,7 @@ function openTileSource( viewer, source ) {
}); });
} }
if( _this.preserveVewport ){ if( _this.preserveViewport ){
_this.viewport.resetContentSize( _this.source.dimensions ); _this.viewport.resetContentSize( _this.source.dimensions );
} }