source:
Dev/trunk/src/client/dojox/mvc/_atBindingExtension.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
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.