Skip to content

Commit

Permalink
docs(mapManager): style fixes for indent
Browse files Browse the repository at this point in the history
miss style check prior to PR
  • Loading branch information
Jack committed Jan 8, 2016
1 parent 1869cb8 commit dee2e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mapManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var basemap = require('./basemap.js');
/**
* @ngdoc module
* @name mapManager
* @area geoAPI
* @description
*
* The `MapManager` module exports an object with the following properties:
Expand Down Expand Up @@ -43,7 +42,7 @@ module.exports = function (esriBundle) {
* <li>ScalebarControl - a reference to the scalebar control on the map</li>
* </ul>
*/
mapManager.setupMap = function (map, settings) {
mapManager.setupMap = function (map, settings) {

// var map = arguments[0];
// var settings = arguments[1];
Expand Down

0 comments on commit dee2e1f

Please sign in to comment.