Skip to content

Commit

Permalink
Move declaration #8
Browse files Browse the repository at this point in the history
  • Loading branch information
asumaran committed Mar 10, 2016
1 parent 973a125 commit 5eca31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gimporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ gimporter.getLegislacionData = function ($file, file) {
var contentBufferText = [];
var data = {};
var $view = $file('view');
var title_temp = [];

$file('version').not(function (i, el) {
return CMSCONFIGEXCLUDES.indexOf(el.attribs.cms_config) > -1;
Expand All @@ -156,7 +157,7 @@ gimporter.getLegislacionData = function ($file, file) {

contentHtml = contentBuffer.join('');
contentText = contentBufferText.join('');
var title_temp = [];

titleEl.find('p').each(function (i, el){
console.log($file(el).text());
title_temp.push($file(el).text());
Expand Down

0 comments on commit 5eca31b

Please sign in to comment.