Skip to content

Commit

Permalink
Add 2 intentional eslint errors to verify the travis build process
Browse files Browse the repository at this point in the history
will fail when elint fails.
  • Loading branch information
tmcgee committed Oct 26, 2015
1 parent 28fc8f9 commit 76dfb7b
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 76dfb7b

Please sign in to comment.