diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-02-08 09:22:45 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-02-08 09:22:45 -0500 |
commit | fba3349e38d9a9545f10e2ac1ae893053c9fc02a (patch) | |
tree | 14d753bdb5e7ad76840fe68a5f6b8441039085e5 /demos/spinner/decimal.html | |
parent | 93916b4d01373a7be3d48c0d8fc3d66e904b5eeb (diff) | |
parent | ce51edefb326aa1838c2c62406a2ee2c8efb648a (diff) | |
download | jquery-ui-fba3349e38d9a9545f10e2ac1ae893053c9fc02a.tar.gz jquery-ui-fba3349e38d9a9545f10e2ac1ae893053c9fc02a.zip |
Merge branch 'master' of github.com:jquery/jquery-ui
Diffstat (limited to 'demos/spinner/decimal.html')
-rw-r--r-- | demos/spinner/decimal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html index f396c18d2..5b4af2823 100644 --- a/demos/spinner/decimal.html +++ b/demos/spinner/decimal.html @@ -1,4 +1,4 @@ -<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -23,7 +23,7 @@ $("#culture").change(function() {
var current = $("#spinner").spinner("value");
- Globalization.preferCulture($(this).val());
+ $.global.preferCulture($(this).val());
$("#spinner").spinner("value", current);
})
});
|