Former-commit-id: af219c017c6eea620e157445f2bdb62871e7850b
This commit is contained in:
Henrique Dias
2016-12-30 11:37:17 +00:00
parent 90e6755caa
commit 3df8711f50
2 changed files with 2 additions and 3 deletions

View File

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