「Editor.OpenFile()のポリフィル」の版間の差分
編集の要約なし |
SyntaxHighlightにcopyの追加 |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
Editor.OpenFile()は開いたDocumentオブジェクトを返さないので、Documentオブジェクトを返すようにするポリフィルです。Editor.OpenFile()が開いたDocumentオブジェクトを返すようになるまでは使えます。 | Editor.OpenFile()は開いたDocumentオブジェクトを返さないので、Documentオブジェクトを返すようにするポリフィルです。Editor.OpenFile()が開いたDocumentオブジェクトを返すようになるまでは使えます。 | ||
< | <syntaxhighlight lang="javascript" copy> | ||
function OpenFile(file, encoding, flags){ | function OpenFile(file, encoding, flags){ | ||
var i, j, e, d; | var i, j, e, d; | ||
| 18行目: | 18行目: | ||
} | } | ||
} | } | ||
</ | </syntaxhighlight> | ||
スポンサーリンク