We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37369a1 commit 1e1a750Copy full SHA for 1e1a750
1 file changed
src/Rokt-Kit.js
@@ -13,9 +13,6 @@
13
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
16
-
17
18
19
var name = 'Rokt';
20
var moduleId = 181;
21
@@ -78,7 +75,7 @@ var constructor = function () {
78
75
79
76
if (testMode) {
80
77
self.testHelpers = {
81
- generateLauncherScript: generateLauncherScript
+ generateLauncherScript: generateLauncherScript,
82
};
83
attachLauncher(accountId, launcherOptions);
84
return;
0 commit comments