Skip to content

Commit 0017860

Browse files
Merge pull request #766 from icarito/patch-1
Fix offline reference
2 parents 7828e3b + ffbd46a commit 0017860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offline-reference/extra/js/reference.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4595,7 +4595,7 @@ define('router',[
45954595
get: function(searchClass, searchItem) {
45964596

45974597
// if looking for a library page, redirect
4598-
if (searchClass === 'p5.sound')
4598+
if (searchClass === 'p5.sound'
45994599
&& !searchItem) {
46004600
window.location.hash = '/libraries/'+searchClass;
46014601
return;
@@ -4811,4 +4811,4 @@ require([
48114811
});
48124812

48134813
define("main", function(){});
4814-
}());
4814+
}());

0 commit comments

Comments
 (0)