mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Fixed typos in comments
This commit is contained in:
parent
da86ca2e38
commit
674c0a069d
@ -131,7 +131,7 @@ $.EventHandler.prototype = {
|
||||
* @param {Function} handler - Function to call when event is triggered.
|
||||
*/
|
||||
raiseEvent: function( eventName, eventArgs ) {
|
||||
//uncomment if you want to get a log og all events
|
||||
//uncomment if you want to get a log of all events
|
||||
//$.console.log( eventName );
|
||||
var handler = this.getHandler( eventName );
|
||||
|
||||
|
@ -53,7 +53,7 @@ $.Viewport = function( options ) {
|
||||
|
||||
//options.config and the general config argument are deprecated
|
||||
//in favor of the more direct specification of optional settings
|
||||
//being pass directly on the options object
|
||||
//being passed directly on the options object
|
||||
if ( options.config ){
|
||||
$.extend( true, options, options.config );
|
||||
delete options.config;
|
||||
|
Loading…
Reference in New Issue
Block a user