jQuery: removed undocumented properties

This commit is contained in:
John Reilly
2014-01-28 13:57:58 +00:00
parent 72f432b112
commit e65a30bcc8
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -448,11 +448,6 @@ function test_toggle() {
});
}
function test_easing() {
var result: number = $.easing.linear(3);
var result: number = $.easing.swing(3);
}
function test_append() {
$('.inner').append('<p>Test</p>');
$('.container').append($('h2'));