Fix Jasmine test failure after bf76894f
Sequence content does not double-escaped anymore, and eval() usage was also removed from the sequence module.
This commit is contained in:
@@ -16,7 +16,7 @@ class @Tab
|
||||
|
||||
onShow: (element, ui) =>
|
||||
@$('section.ui-tabs-hide').html('')
|
||||
@$("##{@tabId(ui.index)}").html(eval(@items[ui.index]['content']))
|
||||
@$("##{@tabId(ui.index)}").html(@items[ui.index]['content'])
|
||||
@element.trigger 'contentChanged'
|
||||
|
||||
tabId: (index) ->
|
||||
|
||||
Reference in New Issue
Block a user