]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/content/history.js
Imported Upstream version 1.1+hg7904
[dactyl.git] / common / content / history.js
index 62aacf1bb3a0692fb5dd33e529bf989ffe63aaa4..5b2c6d3f5f5a2268a1dfc764bd6735781a89aa20 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 2006-2008 by Martin Stubenschrott <stubenschrott@vimperator.org>
 // Copyright (c) 2007-2011 by Doug Kearns <dougkearns@gmail.com>
-// Copyright (c) 2008-2013 Kris Maglione <maglione.k@gmail.com>
+// Copyright (c) 2008-2014 Kris Maglione <maglione.k@gmail.com>
 //
 // 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 };