提交 968a762f 编写于 作者: T tfennelly 提交者: gusreiber

Fix build

上级 99ba193c
......@@ -8,7 +8,7 @@ $(function() {
// have been applied, otherwise row-set rows become visible across sections.
var done = false;
Behaviour.specify(".dd-handle", 'config-drag-start',1000,fixDragEvent);
Behaviour.specify(".dd-handle", 'config-drag-start',1000,fixDragEvent); // jshint ignore:line
Behaviour.specify(".block-control", 'row-set-block-control', 1000, function() { // jshint ignore:line
if (done) {
......
......@@ -52,7 +52,7 @@ exports.fromConfigTable = function(configTable) {
if(!firstRow.hasClass('section-header-row')){
firstRow.before(generalRow);
firstRow = configTableMetadata.getFirstRow();
var newArray = $.makeArray(topRows)
var newArray = $.makeArray(topRows);
newArray.unshift(generalRow[0]);
topRows = $(newArray);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册