patched missing _ready method, and changed the way the proxy is installed

This commit is contained in:
Jesse MacFadyen
2016-05-16 18:01:34 -07:00
parent fc56eb211f
commit b448166624
2 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -48,8 +48,8 @@
</platform>
<platform name="browser">
<js-module src="src/browser/statusbar.js" name="statusbar.Browser">
<merges target="window.StatusBar" />
<js-module src="src/browser/StatusBarProxy.js" name="StatusBarProxy">
<runs />
</js-module>
</platform>