[javascriptlint-commit] SF.net SVN: javascriptlint: [159] trunk/pyjsl/parse.py
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2008-03-03 22:50:06
|
Revision: 159
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=159&view=rev
Author: matthiasmiller
Date: 2008-03-03 14:49:59 -0800 (Mon, 03 Mar 2008)
Log Message:
-----------
remove obsolete code
Modified Paths:
--------------
trunk/pyjsl/parse.py
Modified: trunk/pyjsl/parse.py
===================================================================
--- trunk/pyjsl/parse.py 2008-03-03 22:46:15 UTC (rev 158)
+++ trunk/pyjsl/parse.py 2008-03-03 22:49:59 UTC (rev 159)
@@ -209,8 +209,6 @@
for kid in node.kids:
if kid:
process(kid)
- def pop():
- nodes.pop()
roots = pyspidermonkey.traverse(script, _Node, _wrapped_callback)
assert len(roots) == 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|