Updating jsb.

This commit is contained in:
James Chen 2013-10-23 16:35:37 +08:00
parent b131e8c509
commit a56475e872
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
33fef8c7bc7006ad55c27fd0ed9c9dd2c8064079
0d38b7e53d97995151ea296bdd1f4ed768ce2f9b

View File

@ -199,7 +199,8 @@ private:
typedef std::pair<JSObject*, JSTouchDelegate*> TouchDelegatePair;
static TouchDelegateMap sTouchDelegateMap;
bool _needUnroot;
EventListenerTouch* _touchListener;
EventListenerTouchOneByOne* _touchListenerOneByOne;
EventListenerTouchAllAtOnce* _touchListenerAllAtOnce;
};