QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / lib / com / nokia / PureJsModule / SecondAPI.js
1 var major = 1
2 var minor = 5
3
4 function greeting() { return "Howdy" }
5