Refs #31493 -- Changed IIFE to ES6 blocks.

This commit is contained in:
Jon Dufresne 2020-04-26 14:12:34 -07:00 committed by Carlton Gibson
parent 5d37cc703b
commit 7271c8def4
32 changed files with 77 additions and 90 deletions

View file

@ -1,5 +1,4 @@
/* global QUnit, URLify */
/* eslint strict: 0 */
'use strict';
QUnit.module('admin.URLify');