- コミット日時:
- 2008/11/06 10:38:39 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
jsfl/Commands/SetInstanceName.jsfl
r1193 r1788 3 3 * @see http://bitmap.dyndns.org/blog/archives/001581.html 4 4 */ 5 var instanceName = prompt("set in tance name", "");5 var instanceName = prompt("set instance name", ""); 6 6 if (instanceName) { 7 7 fl.getDocumentDOM().selection[0].name = instanceName;
