Last active
December 26, 2018 09:02
-
-
Save dsidirop/082a2c1f9d23c1a8bcf86566289bdce9 to your computer and use it in GitHub Desktop.
dummyUtilService.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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