Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akjava committed Jul 6, 2016
1 parent 41d89fa commit 415b0ca
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@ public final native JavaScriptObject getRoot()/*-{





public final native double getTime()/*-{
return this.time;
}-*/;
public final native void setTime(double time)/*-{
this.time = time;
}-*/;

public final native double getTimeScale()/*-{
return this.timeScale;
Expand Down

0 comments on commit 415b0ca

Please sign in to comment.