Typo in on_enter_foreground

This commit is contained in:
Mark Rickert
2013-07-06 22:15:43 -04:00
parent ada86de92f
commit 4e69b59cb6

View File

@@ -31,7 +31,7 @@ module ProMotion
end
def applicationWillEnterForeground(application)
on_enter_foregraound if respond_to?(:on_enter_foregraound)
on_enter_foreground if respond_to?(:on_enter_foreground)
end
def applicationWillTerminate(application)