Re: [amber-lang] Re: JTalk presentation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [amber-lang] Re: JTalk presentation

Nicolas Petton
On Mon, 2011-09-19 at 07:16 +0200, laurent laffont wrote:
> It's fixed in my branch. Pull request awaiting.
>
> Used to have a permalink per slide by adding #id-of-slide in URL

It's merged thanks Laurent!

Cheers,
Nico

>
> Laurent Laffont
>
> Le 19 sept. 2011 à 06:03, Hannes <[hidden email]> a écrit :
>
> > Hi again
> >
> > here is some more information
> >
> > ESUG2011Presentation
> > checkHash
> >    | hash slide |
> >    hash := document location hash  replace: '^#' with: ''.
> >    slide := self slides detect:  [:each | each id = hash] ifNone: [nil].
> >    slide ifNotNil: [
> >        self currentSlide = slide ifFalse: [
> >            self currentSlide: slide.
> >            slide show]]
> >
> >
> > document location
> > is
> > http://localhost:4000/examples/presentation/index.html
> >
> > document location class
> > is
> > JSObjectProxy
> >
> > JSObjectProxy has indeed not method #hash
> >
> >
> > What is this method supposed to do?
> >
> > HJH

--
Nicolas Petton
http://www.nicolas-petton.fr