-
29 Apr 2011 6:49 AM #1
[CLOSED][4.0.0] getter retuning void
[CLOSED][4.0.0] getter retuning void
Docu Ext.ModelManager:
JS:Code:getModel( String/Object id) : void Returns the Ext.data.Model for a given model name Parameters id : String/Object The id of the model or the model instance. Returns void
deliversCode:var model = Ext.ModelManager.getModel('Report.model.Phase'); console.log(model);
WTF?Code:function () { return this.constructor.apply(this, arguments); }
-
2 May 2011 6:20 AM #2
This isn't a bug, for example, try:
Code:Ext.require('*'); Ext.onReady(function() { console.log(Ext.Component); });Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED-EXTJSIV-326] Auto generated setter/getter for "config"
By aitch in forum Ext:BugsReplies: 5Last Post: 1 Jun 2011, 2:13 PM -
[FIXED] Panel getDockedItems documentation says returns void, not array
By meyerovb in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 10 Aug 2010, 3:10 PM -
Ext.Direct retuning HTML code or something else
By mask_hot in forum Ext.DirectReplies: 1Last Post: 22 Feb 2010, 2:30 PM -
[FIXED][3.0RC2] Ext.Toolbar.add returns void
By ThorstenSuckow in forum Ext 3.x: BugsReplies: 5Last Post: 8 Jun 2009, 6:01 AM -
[CLOSED] TreeContentProvider void getChildren (typo ?)
By zaccret in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 12 May 2008, 12:38 PM


Reply With Quote