diff --git a/src/atom/browser.coffee b/src/atom/browser.coffee
index a964b1d11..a2a0ea03d 100644
--- a/src/atom/browser.coffee
+++ b/src/atom/browser.coffee
@@ -12,12 +12,12 @@ class Browser extends Resource
return false if not /^https?:/.test url
@url = url
-
- style = "width:100%;height:100%;background-color:#fff;border:none"
- @html = ""
-
@show()
true
+ show: ->
+ style = "width:100%;height:100%;background-color:#fff;border:none"
+ @html = ""
+ super