Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
MozReview-Commit-ID: 7E7LPorrEje
This commit is contained in:
@@ -110,8 +110,8 @@ Constants.SQLITE_ROW = 100;
|
||||
Constants.SQLITE_DONE = 101;
|
||||
|
||||
var Sqlite3 = {
|
||||
Constants: Constants,
|
||||
Type: Type
|
||||
Constants,
|
||||
Type
|
||||
};
|
||||
|
||||
declareLazyFFI(Sqlite3, "open", lib, "sqlite3_open", null,
|
||||
|
||||
Reference in New Issue
Block a user