Skip to content

Instantly share code, notes, and snippets.

@dsidirop
Last active December 26, 2018 09:02
Show Gist options
  • Save dsidirop/082a2c1f9d23c1a8bcf86566289bdce9 to your computer and use it in GitHub Desktop.
Save dsidirop/082a2c1f9d23c1a8bcf86566289bdce9 to your computer and use it in GitHub Desktop.
dummyUtilService.js
(function (self, $, undefined) {
"use strict";
self.foo = function (config) {
return $("<div>").dialog(config);
};
}(window.UtilService = window.UtilService || {}, jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment