Fix
This commit is contained in:
parent
e5a0f3b0ab
commit
25272d8bbe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ er = (err, item) ->
|
||||||
|
|
||||||
dbg "Starting... v#{VERSION}b#{BUILD}"
|
dbg "Starting... v#{VERSION}b#{BUILD}"
|
||||||
|
|
||||||
client = new WebTorrent {rtcConfig: rtcConfig}
|
client = new WebTorrent()
|
||||||
scope = null
|
scope = null
|
||||||
|
|
||||||
app = angular.module 'BTorrent', ['ngRoute', 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.selection', 'ngFileUpload', 'ngNotify'], ['$compileProvider','$locationProvider', '$routeProvider', ($compileProvider, $locationProvider, $routeProvider) ->
|
app = angular.module 'BTorrent', ['ngRoute', 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.selection', 'ngFileUpload', 'ngNotify'], ['$compileProvider','$locationProvider', '$routeProvider', ($compileProvider, $locationProvider, $routeProvider) ->
|
||||||
|
|
Loading…
Reference in a new issue