Skip to content

Commit ad19778

Browse files
committed
fix formatting
1 parent 8f5bde6 commit ad19778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ var thingListener = function () {
163163
console.log(response_data);
164164
$($currentContext).parent().append(response_data);
165165
// Or whatever you need to get where you're going from where you are.
166-
// We assigned $currentContext in the function above so that we could still have access to it here. Thus providing a proper starting point for our DOM traversal.
166+
// We assigned $currentContext in the function above so that we could still have access to it here.
167+
// Thus providing a proper starting point for our DOM traversal. --> -->
167168
})
168169

169170
request.fail(function(response_data){

0 commit comments

Comments
 (0)