Skip to content

Commit

Permalink
add pageshow and page hide
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCrisostomo committed Feb 12, 2015
1 parent 0fe1871 commit 50211eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Element/Element.Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Element.NativeEvents = {
gesturestart: 2, gesturechange: 2, gestureend: 2, // gesture
focus: 2, blur: 2, change: 2, reset: 2, select: 2, submit: 2, paste: 2, input: 2, //form elements
load: 2, unload: 1, beforeunload: 2, resize: 1, move: 1, DOMContentLoaded: 1, readystatechange: 1, //window
hashchange: 1, popstate: 2, // history
hashchange: 1, popstate: 2, pageshow: 2, pagehide: 2, // history
error: 1, abort: 1, scroll: 1, message: 2 //misc
};

Expand Down

0 comments on commit 50211eb

Please sign in to comment.