-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Documentation fro jsNotify, Modal and jsModal #256
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #256 +/- ##
=============================================
+ Coverage 72.77% 73.47% +0.69%
- Complexity 1072 1076 +4
=============================================
Files 60 60
Lines 2586 2590 +4
=============================================
+ Hits 1882 1903 +21
+ Misses 704 687 -17
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Like the new demos ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I have to admit - I only checked out this very quickly
@@ -47,7 +47,9 @@ | |||
$basic->addItem('JavaScript Events', ['button2']); | |||
$basic->addItem('Element Reloading', ['reloading']); | |||
$basic->addItem('Loader', ['loader']); | |||
$basic->addItem('Modal Dialogs', ['modal']); | |||
$basic->addItem('Noifyer', ['notify']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
Cleaned up examples and new documentation.
Also contain some fixes to core classes, so review carefully ;)