File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 681681
682682 function isInitMsg ( ) {
683683 //test if this message is from a child below us. This is an ugly test, however, updating
684- //the message format would break backwards compatibity .
684+ //the message format would break backwards compatibility .
685685 return event . data . split ( ':' ) [ 2 ] in { 'true' :1 , 'false' :1 } ;
686686 }
687687
Original file line number Diff line number Diff line change 213213
214214 function isMessageFromMetaParent ( ) {
215215 //test if this message is from a parent above us. This is an ugly test, however, updating
216- //the message format would break backwards compatibity .
216+ //the message format would break backwards compatibility .
217217 var retCode = messageData . type in { 'true' :1 , 'false' :1 , 'undefined' :1 } ;
218218
219219 if ( retCode ) {
You can’t perform that action at this time.
0 commit comments