Commit 15a38df4 authored by eustas@chromium.org's avatar eustas@chromium.org

DevTools: add JsDocs to CombineExternalResourcesRule constructor

BUG=

Review URL: https://codereview.chromium.org/634383004

git-svn-id: svn://svn.chromium.org/blink/trunk@184276 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7da1571a
...@@ -143,6 +143,11 @@ WebInspector.AuditRules.GzipRule.prototype = { ...@@ -143,6 +143,11 @@ WebInspector.AuditRules.GzipRule.prototype = {
/** /**
* @constructor * @constructor
* @extends {WebInspector.AuditRule} * @extends {WebInspector.AuditRule}
* @param {string} id
* @param {string} name
* @param {!WebInspector.ResourceType} type
* @param {string} resourceTypeName
* @param {boolean} allowedPerDomain
*/ */
WebInspector.AuditRules.CombineExternalResourcesRule = function(id, name, type, resourceTypeName, allowedPerDomain) WebInspector.AuditRules.CombineExternalResourcesRule = function(id, name, type, resourceTypeName, allowedPerDomain)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment