Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

A small problem of function "preSelection()" in file "app/js/main.js" #56

Open ly2015 opened 8 years ago

ly2015 commented 8 years ago

what dose $(this) mean?

when I debug the function "preSelection()", I found that "$(this)" refers to "window".

I think "$(this)" should be the tile that was just clicked.

Appreciate your help.