Merge pull request #3154 from fredj/coding-style

Remove unnecessary newlines
This commit is contained in:
Frédéric Junod
2015-01-20 17:43:51 +01:00
+2 -4
View File
@@ -40,8 +40,7 @@ ol.format.Feature.prototype.getExtensions = goog.abstractMethod;
* @return {olx.format.ReadOptions|undefined} Options. * @return {olx.format.ReadOptions|undefined} Options.
* @protected * @protected
*/ */
ol.format.Feature.prototype.getReadOptions = function( ol.format.Feature.prototype.getReadOptions = function(source, opt_options) {
source, opt_options) {
var options; var options;
if (goog.isDef(opt_options)) { if (goog.isDef(opt_options)) {
options = { options = {
@@ -63,8 +62,7 @@ ol.format.Feature.prototype.getReadOptions = function(
* @return {olx.format.WriteOptions|olx.format.ReadOptions|undefined} * @return {olx.format.WriteOptions|olx.format.ReadOptions|undefined}
* Updated options. * Updated options.
*/ */
ol.format.Feature.prototype.adaptOptions = function( ol.format.Feature.prototype.adaptOptions = function(options) {
options) {
var updatedOptions; var updatedOptions;
if (goog.isDef(options)) { if (goog.isDef(options)) {
updatedOptions = { updatedOptions = {