define([], function () { return function MenuWidget() { this.showMeHere = function (element) { }; }; });
define(["jquery", "text!./MenuView.html"], function ($, MenuView) { return function MenuWidget() { this.showMeHere = function (element) { }; }; });
By Vladimir Gaevoy