Changeset 573
remove debug
Apr 15 2008 * 16:52 (8 months ago)
Committed by seb
Affected files:
trunk/Rakefile (Unified diff)
| r552 | r573 | |
|---|---|---|
| 7 | 7 | |
| 8 | 8 | PUI_DEPENDENCIES = { |
| 9 | 9 | :core => nil, |
| 10 | :window => [ :util, :shadow ], | |
| 10 | :window => [ :"util/iframe_shim.js", :"util/drag.js", :shadow ], | |
| 11 | 11 | :carousel => nil, |
| 12 | 12 | :dock => nil, |
| 13 | 13 | :shadow => :util, |
trunk/src/window/shadow.js (Unified diff)
| r572 | r573 | |
|---|---|---|
| 48 | 48 | |
| 49 | 49 | if (this.options.shadow) |
| 50 | 50 | this.shadow = new UI.Shadow(this.element, {theme: this.getShadowTheme(), withIFrameShim: false}); |
| 51 | this.iframe = Prototype.Browser.IE || true ? new UI.IframeShim({parent: this.windowManager.container}) : null; | |
| 51 | this.iframe = Prototype.Browser.IE ? new UI.IframeShim({parent: this.windowManager.container}) : null; | |
| 52 | 52 | }, |
| 53 | 53 | |
| 54 | 54 | addElementsWithShadow: function() { |


RSS feeds