Merge pull request #12781 from eduNEXT/fmo/coffee_to_js_tabs

Converting views/tabs.coffee in the cms to js
This commit is contained in:
Andy Armstrong
2016-06-17 12:56:49 -07:00
committed by GitHub
4 changed files with 205 additions and 135 deletions

View File

@@ -59,7 +59,7 @@ REQUIREJS_WAIT = {
# Pages
re.compile(r'^Pages \|'): [
'js/models/explicit_url', 'coffee/src/views/tabs',
'js/models/explicit_url', 'js/views/tabs',
'xmodule', 'coffee/src/main', 'xblock/cms.runtime.v1'
],
}