Skip to content

Commit

Permalink
Merge pull request #427 from vmitchell85/patch-1
Browse files Browse the repository at this point in the history
Remove references to jQuery
  • Loading branch information
needim committed Apr 2, 2018
2 parents a258569 + c6d25f8 commit e36eec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_assets/docs.js
Expand Up @@ -191,7 +191,7 @@ $('body').on('click', '#example-runner', function (e) {
$('body').on('click', '#example-animatecss', function (e) {
new Noty({
type: 'warning',
text: 'NOTY - a jquery notification library!',
text: 'NOTY - a Dependency-free notification library!',
animation: {
open: 'animated bounceInRight', // Animate.css class names
close: 'animated bounceOutRight' // Animate.css class names
Expand All @@ -202,7 +202,7 @@ $('body').on('click', '#example-animatecss', function (e) {
$('body').on('click', '#example-bouncejs', function (e) {
new Noty({
type: 'warning',
text: 'NOTY - a jquery notification library!',
text: 'NOTY - a Dependency-free notification library!',
animation: {
open: bouncejsShow,
close: bouncejsClose
Expand All @@ -213,7 +213,7 @@ $('body').on('click', '#example-bouncejs', function (e) {
$('body').on('click', '#example-mojs', function (e) {
new Noty({
type: 'warning',
text: 'NOTY - a jquery notification library!',
text: 'NOTY - a Dependency-free notification library!',
animation: {
open: mojsShow,
close: mojsClose
Expand All @@ -224,7 +224,7 @@ $('body').on('click', '#example-mojs', function (e) {
$('body').on('click', '#example-velocity', function (e) {
new Noty({
type: 'warning',
text: 'NOTY - a jquery notification library!',
text: 'NOTY - a Dependency-free notification library!',
animation: {
open: velocityShow,
close: velocityClose
Expand Down

0 comments on commit e36eec8

Please sign in to comment.