node-inspector

This commit is contained in:
Kevin Jahns
2015-09-10 19:41:07 +02:00
parent b9e21665e2
commit 4bfe484fc2
18 changed files with 309 additions and 217 deletions

View File

@@ -1,4 +1,7 @@
/* global copyObject, Y*/
/* global Y */
'use strict'
var copyObject = Y.copyObject
function compareIds (id1, id2) {
if (id1 == null || id2 == null) {
@@ -13,6 +16,7 @@ function compareIds (id1, id2) {
return false
}
}
Y.compareIds = compareIds
var Struct = {
/* This Operations does _not_ have an id!