mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
jshint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
/* globals define, app*/
|
||||
/* globals define, app, RELATIVE_PATH */
|
||||
|
||||
define('coverPhoto', [
|
||||
'uploader',
|
||||
@@ -29,7 +29,7 @@ define('coverPhoto', [
|
||||
.backgroundDraggable({
|
||||
axis: 'y',
|
||||
units: 'percent'
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
coverEl
|
||||
@@ -84,7 +84,7 @@ define('coverPhoto', [
|
||||
.backgroundDraggable({
|
||||
axis: 'y',
|
||||
units: 'percent'
|
||||
})
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user