update jQuery 1.9 css method

This commit is contained in:
Boris Yankov
2013-01-17 02:46:44 +02:00
parent 9ca841da28
commit 79eccdc952
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/// <reference path="jquery-1.8.d.ts" />
/// <reference path="jquery-1.9.d.ts" />
function test_add() {
$("p").add("div").addClass("widget");
@@ -829,9 +829,9 @@ function test_css() {
height: function (index, value) {
return parseFloat(value) * 1.2;
}
});
});
var dims = $("#box").css([ "width", "height", "backgroundColor" ]);
}
function test_cssHooks() {