[Build] Move operators to satisfy JSHint
This commit is contained in:
@@ -47,8 +47,8 @@ define(
|
|||||||
|
|
||||||
RestartTimerAction.appliesTo = function (context) {
|
RestartTimerAction.appliesTo = function (context) {
|
||||||
var model =
|
var model =
|
||||||
(context.domainObject && context.domainObject.getModel())
|
(context.domainObject && context.domainObject.getModel()) ||
|
||||||
|| {};
|
{};
|
||||||
|
|
||||||
// We show this variant for timers which already have
|
// We show this variant for timers which already have
|
||||||
// a target time.
|
// a target time.
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ define(
|
|||||||
|
|
||||||
StartTimerAction.appliesTo = function (context) {
|
StartTimerAction.appliesTo = function (context) {
|
||||||
var model =
|
var model =
|
||||||
(context.domainObject && context.domainObject.getModel())
|
(context.domainObject && context.domainObject.getModel()) ||
|
||||||
|| {};
|
{};
|
||||||
|
|
||||||
// We show this variant for timers which do not yet have
|
// We show this variant for timers which do not yet have
|
||||||
// a target time.
|
// a target time.
|
||||||
|
|||||||
Reference in New Issue
Block a user