Skip to content

Commit 5fa8bba

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2571d97 + a845c2b commit 5fa8bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/example-comprehensive.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
222222
});
223223
224224
Breinify.UTL.events.click('#dimension-lookup', function () {
225-
var userEmail = Breinify.UTL.text('input[name="email"');
225+
var userEmail = Breinify.UTL.text('input[name="email"]');
226226
227227
if (!Breinify.UTL.isEmpty(userEmail)) {
228228
Breinify.UTL.cookie.set('session-email', userEmail, 1);
@@ -307,4 +307,4 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
307307

308308
</body>
309309
</html>
310-
```
310+
```

0 commit comments

Comments
 (0)