Skip to content

Commit

Permalink
correcting value typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zak905 committed Sep 18, 2016
1 parent e33bb4f commit 5c529d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public static class Map{
public static final String FOCUS = "focus";
public static final String BLUR = "blur";
public static final String PRECLICK = "preclick";
public static final String LOAD = "UNLOAD";
public static final String LOAD = "load";
public static final String UNLOAD = "load";
public static final String VIEWRESET = "viewreset";
public static final String MOVESTART = "movestart";
public static final String MOVE = "move";
Expand Down

0 comments on commit 5c529d8

Please sign in to comment.