X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcontent%2Fhistory.js;fp=common%2Fcontent%2Fhistory.js;h=5b2c6d3f5f5a2268a1dfc764bd6735781a89aa20;hb=247daf849abc85f4cfb10fa358c62c8daf8db95b;hp=62aacf1bb3a0692fb5dd33e529bf989ffe63aaa4;hpb=354a049cce8415487552ce405cce167b7071fe1f;p=dactyl.git diff --git a/common/content/history.js b/common/content/history.js index 62aacf1..5b2c6d3 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2011 by Doug Kearns -// Copyright (c) 2008-2013 Kris Maglione +// Copyright (c) 2008-2014 Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. @@ -13,7 +13,7 @@ var History = Module("history", { get service() services.history, - get: function get(filter, maxItems, sort = this.SORT_DEFAULT) { + get: function get(filter, maxItems, sort=this.SORT_DEFAULT) { if (isString(filter)) filter = { searchTerms: filter };