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
0c636804
Commit
0c636804
authored
Aug 31, 2016
by
Chris
Committed by
GitHub
Aug 31, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13341 from edx/clrux/word-cloud-variable-cleanup
Removing unused variable from recent word cloud updates
parents
783f9b69
be470adb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
common/lib/xmodule/xmodule/word_cloud_module.py
+0
-1
lms/djangoapps/courseware/tests/test_word_cloud.py
+0
-1
No files found.
common/lib/xmodule/xmodule/word_cloud_module.py
View file @
0c636804
...
...
@@ -242,7 +242,6 @@ class WordCloudModule(WordCloudFields, XModule):
context
=
{
'ajax_url'
:
self
.
system
.
ajax_url
,
'display_name'
:
self
.
display_name
,
'display_name_default'
:
WordCloudFields
.
display_name
.
default
,
'instructions'
:
self
.
instructions
,
'element_class'
:
self
.
location
.
category
,
'element_id'
:
self
.
location
.
html_id
(),
...
...
lms/djangoapps/courseware/tests/test_word_cloud.py
View file @
0c636804
...
...
@@ -246,7 +246,6 @@ class TestWordCloud(BaseTestXmodule):
expected_context
=
{
'ajax_url'
:
self
.
item_descriptor
.
xmodule_runtime
.
ajax_url
,
'display_name'
:
self
.
item_descriptor
.
display_name
,
'display_name_default'
:
'Word cloud'
,
'instructions'
:
self
.
item_descriptor
.
instructions
,
'element_class'
:
self
.
item_descriptor
.
location
.
category
,
'element_id'
:
self
.
item_descriptor
.
location
.
html_id
(),
...
...
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