issue #2426:Replace table with spaces

This commit is contained in:
samuele3hu 2013-07-27 11:12:12 +08:00
parent f12db807a0
commit ab4aec0dd3
3 changed files with 3 additions and 3 deletions

View File

@ -614,7 +614,7 @@ void LuaEngine::extendLuaObject()
extendWebsocket(lua_S);
extendGLNode(lua_S);
extendScrollView(lua_S);
extendDrawNode(lua_S);
extendDrawNode(lua_S);
_stack->clean();
}

View File

@ -145,7 +145,7 @@ private:
void extendWebsocket(lua_State* lua_S);
void extendGLNode(lua_State* lua_S);
void extendScrollView(lua_State* lua_S);
void extendDrawNode(lua_State* lua_S);
void extendDrawNode(lua_State* lua_S);
private:
static LuaEngine* _defaultEngine;
LuaStack *_stack;

View File

@ -1 +1 @@
d61cb1b15a1fb49e65ea3294507317376bf182aa
2efea3ea5a42e9f65134e21718f66987bfc7d7c7