diff options
| author | Marak <[email protected]> | 2019-03-21 19:51:05 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2019-03-21 19:51:05 -0400 |
| commit | 157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b (patch) | |
| tree | c7db77f896eb56f291ccbd2ea4c94da30fa22b79 /examples | |
| parent | fb3d32a2718a86781161e95011296ae31553d9b1 (diff) | |
| download | faker-157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b.tar.xz faker-157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b.zip | |
[dist] [fix] [minor] Demo page
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/browser/index.html | 2 |
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(); }); |
