mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
@@ -8,7 +8,8 @@ module.exports = function ($scope, SettingsService) {
|
||||
|
||||
// $scope.resetSettings = function () {
|
||||
// var title = 'Reset Settings';
|
||||
// var msg = 'Are you sure you want to revert all settings to their default values?';
|
||||
// var msg = 'Are you sure you want to revert all settings to ' +
|
||||
// 'their default values?';
|
||||
// var btns = [
|
||||
// {result: 'cancel', label: 'Cancel'},
|
||||
// {result: 'ok', label: 'OK', cssClass: 'btn-primary'}
|
||||
|
||||
Reference in New Issue
Block a user