Fantom

Login | Register

js: Pod meta-data not available in js #1948

SlimerDude
11 Jul 2012

private Void logVersion() {
  version := typeof.pod.version.toStr
}

when run in JS gives

fan.sys.ObjUtil.$typeof(this).pod().version is not a function

Am I doing anything wrong?

andy
11 Jul 2012

Promoted to ticket #1948 and assigned to andy

We are not currently compiling pod meta-data into the js source.

andy
11 Jul 2012

Renamed from @Js - "typeof.pod.version" is not a function to js: Pod meta-data not available in js

Login or Register to Reply

Back | All Topics