Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -213,8 +213,7 @@ ol.interaction.DragAndDropEventType = {
|
||||
* @param {Array.<ol.Feature>=} opt_features Features.
|
||||
* @param {ol.proj.Projection=} opt_projection Projection.
|
||||
*/
|
||||
ol.interaction.DragAndDropEvent =
|
||||
function(type, target, file, opt_features, opt_projection) {
|
||||
ol.interaction.DragAndDropEvent = function(type, target, file, opt_features, opt_projection) {
|
||||
|
||||
goog.base(this, type, target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user