**** BEGIN LOGGING AT Mon Apr 30 02:59:59 2012 Apr 30 14:39:22 yoo I got a question for a expert. my buddy wants a simpleton clear explanation of this.inherited(arguments); Apr 30 14:39:39 mayb sugardave could answer if h is around Apr 30 14:50:12 fxspec06_pre2: 'arguments' is always avaliable to any javascript function. It is an array of all arguments passed to that function Apr 30 14:50:35 fxspec06_pre2: this.inherited is set by enyo when calling any overridden function and points to the version of that function from the parent Apr 30 14:51:09 fxspec06_pre2: So if you override a kind then your functions get called (if set) instead of the parent kind's. That just lets you call the parent kind's version of the function. Apr 30 15:04:11 https://github.com/enyojs/enyo/wiki/Object-Lifecycle <-- This page explains it nicely Apr 30 15:05:29 thx. I was trying to explain it but I am poor at explaining things Apr 30 17:34:22 anyone around who's tried the enyo-googlemap? Apr 30 18:38:30 or, perhaps more broadly, when there's a control, that someone else has defined, what do I do with it? Apr 30 18:45:58 include it in depends.js Apr 30 18:46:10 and use the {kind: "enyo.googlemap"} Apr 30 18:46:23 i don't know specifics tho. i'm about to take a nap. bbl. Apr 30 19:03:57 fxspec06: so, wait, it seems to be working, but I'm not seeing anything loaded Apr 30 19:31:51 you may need to give it a height May 01 00:57:21 i keep on geting 20120429-16:38:40.817653] error: Uncaught SyntaxError: Unexpected identifier, source/stuff.js:21 May 01 00:57:21 [20120429-16:38:40.858254] error: Uncaught ReferenceError: MyApps is not defined, index.html:9 May 01 00:57:21 [20120429-16:40:40.211161] error: Uncaught SyntaxError: Unexpected identifier, source/stuff.js:21 May 01 00:57:21 [20120429-16:40:40.267850] error: Uncaught ReferenceError: Justin is not defined, index.html:9 May 01 00:57:21 [20120429-16:45:29.742308] error: Uncaught SyntaxError: Unexpected identifier, source/stuff.js:21 May 01 00:57:23 [20120429-16:45:29.807473] error: Uncaught ReferenceError: Justin is not defined, index.html:9 May 01 01:02:50 baboo, please use http://pastebin.com for long pastes :) May 01 01:12:29 ok, sorry May 01 01:12:44 i am using enyo **** ENDING LOGGING AT Tue May 01 03:00:01 2012