Javascript cosmetic changes

This commit is contained in:
William S Fulton 2014-05-01 19:41:17 +01:00
parent f51be1ca5c
commit a6e5e97157
1 changed files with 1 additions and 5 deletions

View File

@ -270,9 +270,7 @@ protected:
protected:
JSEngine engine;
Hash *templates;
State state;
// contains context specific data (DOHs)
@ -280,9 +278,7 @@ protected:
// which are switched on namespace change
Hash *namespaces;
Hash *current_namespace;
String *defaultResultName;
File *f_wrappers;
};
@ -324,7 +320,7 @@ public:
private:
JSEmitter * emitter;
JSEmitter *emitter;
};
/* ---------------------------------------------------------------------