- minor formatting issue

This commit is contained in:
walljm 2013-04-18 22:06:39 -04:00
parent fb3a4af964
commit 8570ca5b36

View File

@ -241,8 +241,7 @@ define(['jquery', 'reference', 'jquery.ui'],
ChangeDisplayStrongsInDialog: function(fontfamily) { ChangeDisplayStrongsInDialog: function(fontfamily) {
this.Save(); this.Save();
}, },
SaveResults: function() SaveResults: function() {
{
localStorage.Results = $("#resultwrap").html(); localStorage.Results = $("#resultwrap").html();
localStorage.SearchResults = $("#searchresultswrap").html(); localStorage.SearchResults = $("#searchresultswrap").html();
} }