diff options
author | Abyss777 <abyss@fox5.ru> | 2017-07-13 10:02:44 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-07-13 12:55:55 +0500 |
commit | 4c5cfa14db69d4f7687c7187c81a36b959a0f415 (patch) | |
tree | 2fcddf4d1fc2a734534ca9e21e751a9ecd2eb7b5 /web/.jshintrc | |
parent | 805d50ac020dec042bfc94a1f17869372f7eff0e (diff) | |
download | trackermap-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.tar.gz trackermap-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.tar.bz2 trackermap-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.zip |
Use driverUniqueId for trips
Diffstat (limited to 'web/.jshintrc')
-rw-r--r-- | web/.jshintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/.jshintrc b/web/.jshintrc index cc0cdd4c..67329cd0 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 |