Skip to content

Commit

Permalink
case sensitive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coomsie authored Nov 9, 2016
1 parent 2e6e48d commit 4ff1c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widgets/Explore/js/PortalItemFactory.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define([
'dojo/_base/declare',
'./../widgets/GroupItemThumb/Widget',
'./../widgets/AppItemThumb/Widget',
'./../widgets/MapItemThumb/Widget',
'./../widgets/GroupItemThumb/widget',
'./../widgets/AppItemThumb/widget',
'./../widgets/MapItemThumb/widget',
],function(declare, GroupThumb, AppThumb, MapThumb){
return declare("PortalItemFactory",[],{
constructor:function(options){
Expand Down

0 comments on commit 4ff1c20

Please sign in to comment.