Add release date to new JQ waypoint

This commit is contained in:
SaintPeter
2015-11-24 08:09:54 -08:00
parent caff8c220d
commit 36c8181270

View File

@ -550,6 +550,7 @@
"jQuery also has a similar function called <code>.text()</code> that only alters text without adding tags.", "jQuery also has a similar function called <code>.text()</code> that only alters text without adding tags.",
"Change the button with id <code>target4</code> by italicizing its text." "Change the button with id <code>target4</code> by italicizing its text."
], ],
"releasedOn": "November 18, 2015",
"tests": [ "tests": [
"assert.isTrue((/<i>/gi).test($(\"#target4\").html()), 'Italicize the text in your <code>target4</code> button by adding HTML tags.')", "assert.isTrue((/<i>/gi).test($(\"#target4\").html()), 'Italicize the text in your <code>target4</code> button by adding HTML tags.')",
"assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'Make sure the text is otherwise unchanged.')", "assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'Make sure the text is otherwise unchanged.')",