We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d3907 commit 4bcbcbaCopy full SHA for 4bcbcba
.jshintrc
@@ -1,5 +1,6 @@
1
{
2
"predef": [
3
+ "define",
4
"module",
5
"Firebase"
6
],
@@ -15,4 +16,4 @@
15
16
"trailing": true,
17
"undef": true,
18
"unused": true
-}
19
+}
build/header
@@ -9,6 +9,7 @@
9
*/
10
11
;(function (root, factory) {
12
+ "use strict";
13
if (typeof exports === "object") {
14
// CommonJS
module.exports = factory();
@@ -18,8 +19,8 @@
return (root.ReactFireMixin = factory());
20
});
21
} else {
- // Global Variables
22
+ // Global variables
23
root.ReactFireMixin = factory();
24
}
25
}(this, function() {
- "use strict";
26
0 commit comments