@@ -532,7 +532,7 @@ Adds a callback that is called on changes to the pointselector contents.
532532_ Arguments:_
533533
534534* ` event ` is a string of the event you want to bind the callback to
535- * ` callback ` is a funcion that is called on the event specified by ` event `
535+ * ` callback ` is a function that is called on the event specified by ` event `
536536
537537Event should be a String which is one of the following:
538538
@@ -554,7 +554,7 @@ _Arguments:_
554554* ` event ` is a string of the event you want to bind the callback to
555555 This must be the same string that was given in ` addCallback `
556556
557- * ` callback ` is a funcion that is called on the event specified by ` event ` .
557+ * ` callback ` is a function that is called on the event specified by ` event ` .
558558 This must be the same function as was given in ` addCallback ` .
559559
560560_ Returns_ the pointselector
@@ -570,7 +570,7 @@ Adds a callback that is called on changes to the boxselector contents.
570570_ Arguments:_
571571
572572* ` event ` is a string of the event you want to bind the callback to
573- * ` callback ` is a funcion that is called on the event specified by ` event `
573+ * ` callback ` is a function that is called on the event specified by ` event `
574574
575575Event should be a String which is one of the following:
576576
@@ -592,7 +592,7 @@ _Arguments:_
592592* ` event ` is a string of the event you want to bind the callback to
593593 This must be the same string that was given in ` addCallback `
594594
595- * ` callback ` is a funcion that is called on the event specified by ` event ` .
595+ * ` callback ` is a function that is called on the event specified by ` event ` .
596596 This must be the same function as was given in ` addCallback ` .
597597
598598_ Returns_ the boxselector
0 commit comments