Skip to content

Commit

Permalink
[fix] qml2js: generated projection name.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa authored and BourgerieQuentin committed Jul 20, 2012
1 parent 9ba257e commit 1c3c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/qml2js/qml2js.ml
Expand Up @@ -276,7 +276,7 @@ struct
| JA.Je_ident (_, ident) when JsIdent.to_string ident = repr ->
JsCons.Expr.dot
(JsCons.Expr.native ("__opa_" ^ plugin_name))
index
repr
| _ -> expr)
code

Expand Down

0 comments on commit 1c3c384

Please sign in to comment.