Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "udoc", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The Javascript API Doc", | ||
@@ -5,0 +5,0 @@ "main": "./lib/doc.js", |
@@ -59,2 +59,9 @@ /** | ||
$( ".search-tip-btn" ).on( "click", function () { | ||
$( this ).attr( "data-type" ) === 'open' ? showPanel() : hidePanel(); | ||
return false; | ||
} ); | ||
//api item click | ||
@@ -61,0 +68,0 @@ $(".api-wrap").delegate( ".api-item", "click", function () { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16014
673345
43