Added support for the browser

This commit is contained in:
Suraj Pindoria
2014-09-05 10:02:07 -07:00
parent aed63c8ffe
commit a810b7db99
3 changed files with 61 additions and 0 deletions
+7
View File
@@ -156,4 +156,11 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<runs />
</js-module>
</platform>
<!-- browser -->
<platform name="browser">
<js-module src="src/browser/NetworkProxy.js" name="NetworkProxy">
<runs />
</js-module>
</platform>
</plugin>