Skip to content

Instantly share code, notes, and snippets.

@davidtruchet
Created February 22, 2017 14:55
Show Gist options
  • Save davidtruchet/e3e1f52200a55fea570eda240bcc2e47 to your computer and use it in GitHub Desktop.
Save davidtruchet/e3e1f52200a55fea570eda240bcc2e47 to your computer and use it in GitHub Desktop.
(function ($, $document) {
"use strict";
$document.on("dialog-ready", function(e) {
console.log("gogoogogo!");
});
})($, $(document));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment