Skip to content

Commit

Permalink
reverting previously placed intentional errors.
Browse files Browse the repository at this point in the history
travis build failed as expected with errors listed in build job log.
  • Loading branch information
tmcgee committed Oct 26, 2015
1 parent 76dfb7b commit 2d1cc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/js/viewer/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ define([
'esri/dijit/PopupMobile',
'dijit/Menu',
'esri/IdentityManager'
], function(Map, dom, domStyle, domGeom, domClass, on, array, BorderContainer, ContentPane, FloatingTitlePane, lang, mapOverlay, FloatingWidgetDialog, put, aspect, has, topic, PopupMobile, Menu) {
], function (Map, dom, domStyle, domGeom, domClass, on, array, BorderContainer, ContentPane, FloatingTitlePane, lang, mapOverlay, FloatingWidgetDialog, put, aspect, has, topic, PopupMobile, Menu) {
'use strict';

return{
return {
legendLayerInfos: [],
editorLayerInfos: [],
identifyLayerInfos: [],
Expand Down

0 comments on commit 2d1cc38

Please sign in to comment.