mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
Merge pull request #952 from nasa/fix-build-142
[Code Style] Run code style checks on CircleCI
This commit is contained in:
commit
c5cd495fce
@ -17,6 +17,7 @@ deployment:
|
|||||||
test:
|
test:
|
||||||
post:
|
post:
|
||||||
- gulp lint
|
- gulp lint
|
||||||
|
- gulp checkstyle
|
||||||
|
|
||||||
general:
|
general:
|
||||||
branches:
|
branches:
|
||||||
|
@ -46,7 +46,7 @@ define(
|
|||||||
// Find the relevant scope...
|
// Find the relevant scope...
|
||||||
var rect,
|
var rect,
|
||||||
scope = element.scope && element.scope();
|
scope = element.scope && element.scope();
|
||||||
|
|
||||||
if (scope && scope.$broadcast) {
|
if (scope && scope.$broadcast) {
|
||||||
// Get the representation's bounds, to convert
|
// Get the representation's bounds, to convert
|
||||||
// drop position
|
// drop position
|
||||||
|
Loading…
x
Reference in New Issue
Block a user