1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 16:06:21 +02:00

eslint fixes.

This commit is contained in:
Kushagra Gour
2016-12-28 16:51:28 +05:30
parent 92c06298ab
commit 4b0e2e67d3

View File

@ -1,4 +1,9 @@
/* global trackEvent */
/* global layoutBtn1, layoutBtn2, layoutBtn3, helpModal, notificationsModal, addLibraryModal,
onboardModal, layoutBtn1, layoutBtn2, layoutBtn3, helpBtn, onboardModal, onboardModal,
addLibraryModal, addLibraryModal, notificationsBtn, notificationsModal, notificationsModal,
notificationsModal, notificationsBtn, codepenBtn, saveHtmlBtn, openBtn, saveBtn, newBtn,
settingsBtn, onboardModal, notificationsBtn */
/* eslint-disable no-extra-semi */
;(function (alertsService) {
@ -6,7 +11,7 @@
var scope = scope || {};
var version = '1.7.1';
if (DEBUG) {
if (window.DEBUG) {
window.scope = scope;
}