JSDOC/TokenReader.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:15:47 +0000 (15:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:15:47 +0000 (15:15 +0800)
JSDOC/TokenReader.js

index 1e27e5a..79446bc 100644 (file)
@@ -131,7 +131,7 @@ TokenReader = XObject.define(
             var found = "";
             
             while (!stream.look().eof && Lang.isSpace(stream.look())) {
-                if (Lang.isNewLine()) break;
+                if (Lang.isNewline()) break;
                 found += stream.next();
             }