aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2011-11-29 12:11:32 -0800
committerMisko Hevery2012-01-25 11:46:36 -0800
commit8af4fde18246ac1587b471a549e70d5d858bf0ee (patch)
tree925e223c9221c8e3b40ff3fb5cade11b819782d5 /test/testabilityPatch.js
parent5001c1a1217772d2bffe108bafd475b24badf559 (diff)
downloadangular.js-8af4fde18246ac1587b471a549e70d5d858bf0ee.tar.bz2
add($compile): add compiler v2.0 - not connected
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js5
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) {