Advertisement
RyanFarley

Untitled

Dec 4th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. require(['dojo/aspect', 'dijit/_Widget'], function (aspect, widget) {
  2.     if (!dijit._Widget.hasOwnProperty(dijit._Widget.prototype, 'focus')) dijit._Widget.prototype.focus = function() {}
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement