Skip to content

Commit

Permalink
Tweak CesiumViewer build to avoid some warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Sep 21, 2012
1 parent 088d5f7 commit af8887e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Apps/CesiumViewer/CesiumViewer.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ var profile = {
'dojo-publish-privates' : 0,
'dojo-sync-loader' : 0,
'dojo-xhr-factory' : 0,
'dojo-test-sniff' : 0
'dojo-test-sniff' : 0,
'dom-addeventlistener' : 1,
'dojo-firebug' : 0
},

resourceTags : {
Expand Down

0 comments on commit af8887e

Please sign in to comment.