aboutsummaryrefslogtreecommitdiff
path: root/examples/browser
diff options
context:
space:
mode:
authorMarak <[email protected]>2019-03-21 19:51:05 -0400
committerMarak <[email protected]>2019-03-21 19:51:05 -0400
commit157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b (patch)
treec7db77f896eb56f291ccbd2ea4c94da30fa22b79 /examples/browser
parentfb3d32a2718a86781161e95011296ae31553d9b1 (diff)
downloadfaker-157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b.tar.xz
faker-157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b.zip
[dist] [fix] [minor] Demo page
Diffstat (limited to 'examples/browser')
-rw-r--r--examples/browser/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/browser/index.html b/examples/browser/index.html
index 014e2d71..bdfd529b 100644
--- a/examples/browser/index.html
+++ b/examples/browser/index.html
@@ -105,7 +105,7 @@
$('.locale').change(function(e){
var locale = $(this).val();
- faker.setLocale(locale);
+ faker.locale = locale;
drawButtons();
generateName();
});