fix setUseWorker()

This commit is contained in:
Mihai Sucan 2011-03-17 23:20:48 +02:00 committed by Fabian Jakobs
commit ebe4117945
2 changed files with 3 additions and 0 deletions

View file

@ -356,6 +356,8 @@ var EditSession = function(text, mode) {
this.$worker.terminate();
this.$worker = null;
}
this.$useWorker = useWorker;
};
this.getUseWorker = function() {

View file

@ -21,6 +21,7 @@
*
* Contributor(s):
* Fabian Jakobs <fabian AT ajax DOT org>
* Mihai Sucan <mihai DOT sucan AT gmail DOT com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or