diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 13e726bb..85c844cb 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -67,7 +67,10 @@ function dealoc(obj) { } } - +/** + * @param {DOMElement} element + * @param {boolean=} showNgClass + */ function sortedHtml(element, showNgClass) { var html = ""; forEach(jqLite(element), function toString(node) { |
