This commit is contained in:
Henrique Dias 2016-12-30 11:37:17 +00:00
parent 698bdb7da8
commit af219c017c
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,8 @@
'use strict'; 'use strict';
var tempID = "_fm_internal_temporary_id", var tempID = "_fm_internal_temporary_id",
buttons = {}; buttons = {},
selectedItems = [];
// Removes an element, if exists, from an array // Removes an element, if exists, from an array
Array.prototype.removeElement = function(element) { Array.prototype.removeElement = function(element) {

View File

@ -1,7 +1,5 @@
'use strict'; 'use strict';
var selectedItems = [];
var reloadListing = function(callback) { var reloadListing = function(callback) {
let request = new XMLHttpRequest(); let request = new XMLHttpRequest();
request.open('GET', window.location); request.open('GET', window.location);