From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/app/scripts/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/web/app/scripts/app.js') diff --git a/module/web/app/scripts/app.js b/module/web/app/scripts/app.js index f841c9393..427cb1bc8 100644 --- a/module/web/app/scripts/app.js +++ b/module/web/app/scripts/app.js @@ -50,10 +50,10 @@ define([ App.apiRequest = function(method, data, options) { options || (options = {}); options.url = App.apiUrl('api/' + method); - options.dataType = "json"; + options.dataType = 'json'; if (data) { - options.type = "POST"; + options.type = 'POST'; options.data = {}; // Convert arguments to json _.keys(data).map(function(key) { -- cgit v1.2.3