We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7828e3b commit ffbd46aCopy full SHA for ffbd46a
offline-reference/extra/js/reference.js
@@ -4595,7 +4595,7 @@ define('router',[
4595
get: function(searchClass, searchItem) {
4596
4597
// if looking for a library page, redirect
4598
- if (searchClass === 'p5.sound')
+ if (searchClass === 'p5.sound'
4599
&& !searchItem) {
4600
window.location.hash = '/libraries/'+searchClass;
4601
return;
@@ -4811,4 +4811,4 @@ require([
4811
});
4812
4813
define("main", function(){});
4814
-}());
+}());
0 commit comments