diff --git a/build/browser/app.js b/build/browser/app.js index b12e2498..b0e36ba4 100644 --- a/build/browser/app.js +++ b/build/browser/app.js @@ -72,8 +72,6 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState console.debug('Drive selected: ' + drive.device); }; - this.platform = window.process.platform; - this.burn = function(image, drive) { // Stop scanning drives when burning diff --git a/lib/browser/app.js b/lib/browser/app.js index bfa2c34a..264ab437 100644 --- a/lib/browser/app.js +++ b/lib/browser/app.js @@ -71,8 +71,6 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState console.debug('Drive selected: ' + drive.device); }; - this.platform = window.process.platform; - this.burn = function(image, drive) { // Stop scanning drives when burning diff --git a/lib/index.html b/lib/index.html index 7e0391cc..cb0060ac 100644 --- a/lib/index.html +++ b/lib/index.html @@ -54,15 +54,7 @@
@@ -73,10 +65,7 @@ -