Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -14,8 +14,7 @@ goog.require('ol.RotationConstraintType');
|
||||
* @param {ol.RotationConstraintType} rotationConstraint
|
||||
* Rotation constraint.
|
||||
*/
|
||||
ol.Constraints =
|
||||
function(centerConstraint, resolutionConstraint, rotationConstraint) {
|
||||
ol.Constraints = function(centerConstraint, resolutionConstraint, rotationConstraint) {
|
||||
|
||||
/**
|
||||
* @type {ol.CenterConstraintType}
|
||||
|
||||
Reference in New Issue
Block a user