aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/decimal.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/decimal.html')
-rw-r--r--demos/spinner/decimal.html4
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);
})
});