Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c219be5e
Commit
c219be5e
authored
Jul 07, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused references to AjaxHelpers
parent
c25e37ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cms/static/js/spec/video/file_uploader_editor_spec.js
+2
-2
cms/static/js/spec/video/translations_editor_spec.js
+2
-2
No files found.
cms/static/js/spec/video/file_uploader_editor_spec.js
View file @
c219be5e
define
(
[
'jquery'
,
'underscore'
,
'
common/js/spec_helpers/ajax_helpers'
,
'
squire'
'jquery'
,
'underscore'
,
'squire'
],
function
(
$
,
_
,
AjaxHelpers
,
Squire
)
{
function
(
$
,
_
,
Squire
)
{
'use strict'
;
describe
(
'FileUploader'
,
function
()
{
var
FileUploaderTemplate
=
readFixtures
(
...
...
cms/static/js/spec/video/translations_editor_spec.js
View file @
c219be5e
define
(
[
'jquery'
,
'underscore'
,
'
common/js/spec_helpers/ajax_helpers'
,
'
squire'
'jquery'
,
'underscore'
,
'squire'
],
function
(
$
,
_
,
AjaxHelpers
,
Squire
)
{
function
(
$
,
_
,
Squire
)
{
'use strict'
;
// TODO: fix BLD-1100 Disabled due to intermittent failure on master and in PR builds
xdescribe
(
'VideoTranslations'
,
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment