Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
320 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/config", |
---|
3 | "dojo/has", |
---|
4 | "dijit/_WidgetBase", |
---|
5 | "./atBindingExtension" |
---|
6 | ], function(config, has, _WidgetBase, atBindingExtension){ |
---|
7 | has.add("mvc-extension-per-widget", (config["mvc"] || {}).extensionPerWidget); |
---|
8 | if(!has("mvc-extension-per-widget")){ |
---|
9 | atBindingExtension(_WidgetBase.prototype); |
---|
10 | } |
---|
11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.