소스 검색

simpler helpers.popupHelios()

Nicolas Petton 10 년 전
부모
커밋
2d0c2c000c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      support/helpers.js

+ 1 - 1
support/helpers.js

@@ -4,7 +4,7 @@ define("amber/helpers", ["amber_vm/smalltalk", "amber_vm/globals", "require"], f
     // API
 
     exports.popupHelios = function () {
-        window.open(require.toUrl('amber_helios/html/helios.html'), "Helios", "menubar=no, status=no, scrollbars=no, menubar=no, width=1000, height=600");
+        window.open(require.toUrl('amber_helios/html/helios.html'), "Helios", "menubar=no, width=1000, height=600");
     };
     Object.defineProperty(exports, "vm", {
         value: vm,