white-space cleanse, and added forin flags to a couple files that need to be looked at at a later date.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
### Parameters
|
||||
* panels :: an array of panel objects. All of their spans should be set to 12
|
||||
|
||||
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
@@ -84,7 +84,7 @@ angular.module('kibana.column', [])
|
||||
}
|
||||
elem.html($compile(angular.element(template))(scope));
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
}).filter('withoutColumn', function() {
|
||||
|
||||
Reference in New Issue
Block a user