This commit is contained in:
Diego Rodríguez 2016-03-25 00:49:21 -03:00
parent e5a0f3b0ab
commit 25272d8bbe

View file

@ -16,7 +16,7 @@ er = (err, item) ->
dbg "Starting... v#{VERSION}b#{BUILD}"
client = new WebTorrent {rtcConfig: rtcConfig}
client = new WebTorrent()
scope = null
app = angular.module 'BTorrent', ['ngRoute', 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.selection', 'ngFileUpload', 'ngNotify'], ['$compileProvider','$locationProvider', '$routeProvider', ($compileProvider, $locationProvider, $routeProvider) ->