Commit 281c54c6 by Chris Dodge

javascript is not python

parent de4652aa
...@@ -159,7 +159,7 @@ var edx = edx || {}; ...@@ -159,7 +159,7 @@ var edx = edx || {};
inSearchMode: this.inSearchMode, inSearchMode: this.inSearchMode,
searchText: this.searchText, searchText: this.searchText,
start_page: start_page, start_page: start_page,
end_page: end_page, end_page: end_page
}; };
_.extend(data, viewHelper); _.extend(data, viewHelper);
var html = this.template(data); var html = this.template(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment