diff options
| author | FotoVerite <[email protected]> | 2014-05-17 15:35:45 -0400 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2014-05-17 15:35:45 -0400 |
| commit | 3eee796fdff9f4226e211f01cd5926d3d05d28ae (patch) | |
| tree | cdab238c20b7458b34da8f6e9933edbf4c83abea /examples/browser_test.html | |
| parent | daa95b3a4f3eb5131970271be3820ddb45d30022 (diff) | |
| download | faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.tar.xz faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.zip | |
Moving to major new version for change of package name for uppercase to lowercase.
Diffstat (limited to 'examples/browser_test.html')
| -rw-r--r-- | examples/browser_test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/browser_test.html b/examples/browser_test.html index 91511cdf..59feeff5 100644 --- a/examples/browser_test.html +++ b/examples/browser_test.html @@ -1,8 +1,8 @@ <html> <head> - <script src = "../Faker.js" type = "text/javascript"></script> + <script src = "../faker.js" type = "text/javascript"></script> <script> - var card = Faker.Helpers.createCard(); + var card = faker.Helpers.createCard(); if(typeof JSON == 'undefined'){ document.write('get a real browser that has JSON.stringify and JSON.parse built in <br/>'); // implement JSON.stringify serialization |
