Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2015-01-20 16:48:52 +01:00
parent c185bf8f30
commit b53a5e28d5

View File

@@ -40,8 +40,7 @@ ol.format.Feature.prototype.getExtensions = goog.abstractMethod;
* @return {olx.format.ReadOptions|undefined} Options.
* @protected
*/
ol.format.Feature.prototype.getReadOptions = function(
source, opt_options) {
ol.format.Feature.prototype.getReadOptions = function(source, opt_options) {
var options;
if (goog.isDef(opt_options)) {
options = {
@@ -63,8 +62,7 @@ ol.format.Feature.prototype.getReadOptions = function(
* @return {olx.format.WriteOptions|olx.format.ReadOptions|undefined}
* Updated options.
*/
ol.format.Feature.prototype.adaptOptions = function(
options) {
ol.format.Feature.prototype.adaptOptions = function(options) {
var updatedOptions;
if (goog.isDef(options)) {
updatedOptions = {