Merge pull request #18797 from edx/jmbowman/eslint_fixes
Fix some eslint warnings about global _
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* globals _ */
|
||||
define(['backbone', 'js/models/location', 'js/collections/course_grader'],
|
||||
function(Backbone, Location, CourseGraderCollection) {
|
||||
var CourseGradingPolicy = Backbone.Model.extend({
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals _ */
|
||||
(function() {
|
||||
'use strict';
|
||||
describe('Video Context Menu', function() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* global
|
||||
Discussion, DiscussionThreadShowView, DiscussionViewSpecHelper, DiscussionSpecHelper, DiscussionThreadView,
|
||||
_, Discussion, DiscussionThreadShowView, DiscussionViewSpecHelper, DiscussionSpecHelper, DiscussionThreadView,
|
||||
DiscussionUtil, Thread, DiscussionContentView, ThreadResponseShowView
|
||||
*/
|
||||
(function() {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals _ */
|
||||
(function(define) {
|
||||
'use strict';
|
||||
define(['edx-ui-toolkit/js/pagination/paging-collection'],
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals _ */
|
||||
// Build StaffDebug object
|
||||
var StaffDebug = (function() {
|
||||
/* global getCurrentUrl:true */
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals _ */
|
||||
/**
|
||||
* View for the "review photos" step of the payment/verification flow.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user