Skip to content

Commit a5efb15

Browse files
committed
spelling: compatibility
1 parent e229ec8 commit a5efb15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/assets/library/iframe-content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
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

examples/assets/library/iframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
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){

0 commit comments

Comments
 (0)