www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 87e77593c389f2930cbfbd115f4ab2813adf6e66
parent cecb00cb9bee258d611f6cb99e0eb5b23f87164b
Author: aurimasv <aurimas.dev@gmail.com>
Date:   Fri, 27 Apr 2012 00:55:00 -0500

Remove some left-over unnecessary code from previous commits

Diffstat:
Mchrome/content/zotero/xpcom/rdf/serialize.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/rdf/serialize.js b/chrome/content/zotero/xpcom/rdf/serialize.js @@ -706,9 +706,6 @@ __Serializer.prototype.statementsToXML = function(sts) { if(st.predicate.uri == 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' && !type && st.object.termType == "symbol") { // look for a type type = st.object; - sts.splice(i,1); - i--; - continue; } else { // see whether predicate can be replaced with "li" if(st.predicate.uri.substr(0, liPrefix.length) == liPrefix) {