From 4c5cfa14db69d4f7687c7187c81a36b959a0f415 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 13 Jul 2017 10:02:44 +0500 Subject: Use driverUniqueId for trips --- web/.jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/.jshintrc') diff --git a/web/.jshintrc b/web/.jshintrc index cc0cdd4..67329cd 100644 --- a/web/.jshintrc +++ b/web/.jshintrc @@ -55,7 +55,7 @@ "proto" : false, // true: Tolerate using the `__proto__` property "scripturl" : false, // true: Tolerate script-targeted URLs "shadow" : false, // true: Allows re-define variables later in code e.g. `var x=1; x=2;` - "sub" : true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation + "sub" : true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation "supernew" : false, // true: Tolerate `new function () { ... };` and `new Object;` "validthis" : false, // true: Tolerate using this in a non-constructor function -- cgit v1.2.3