Skip to content
Snippets Groups Projects
Commit 3df29e68 authored by Commander-lol's avatar Commander-lol
Browse files

Fixed Broken Merge

parent 610db632
No related branches found
No related tags found
No related merge requests found
/*global Element, CustomEvent, HTMLElement */
<<<<<<< HEAD
/*jslint plusplus: true */
/*jslint nomen: true*/
=======
/*jslint plusplus: true, nomen: true*/
>>>>>>> origin/master
(function () {
'use strict';
......@@ -195,7 +190,6 @@
}
return is;
};
<<<<<<< HEAD
tinyDOM.isJson = function (obj) {
try {
......@@ -205,8 +199,6 @@
return false;
}
};
=======
>>>>>>> origin/master
tinyDOM.exists = function (obj) {
return obj !== null && typeof (obj) !== 'undefined';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment