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/models/InteractionTask.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'module/web/app/scripts/models/InteractionTask.js') diff --git a/module/web/app/scripts/models/InteractionTask.js b/module/web/app/scripts/models/InteractionTask.js index 56fdbf8bf..54c739d4b 100644 --- a/module/web/app/scripts/models/InteractionTask.js +++ b/module/web/app/scripts/models/InteractionTask.js @@ -1,5 +1,6 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes'], function($, Backbone, _, App, Api) { + 'use strict'; return Backbone.Model.extend({ @@ -10,11 +11,11 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes'], type: null, input: null, default_value: null, - title: "", - description: "", - plugin: "", + title: '', + description: '', + plugin: '', // additional attributes - result: "" + result: '' }, // Model Constructor -- cgit v1.2.3