| changeset 1001 | 3210bf928a11 |
| parent 998 | 9521347ede1d |
| child 1002 | a86208b60c91 |
| 1000:91023037f841 | 1001:3210bf928a11 |
|---|---|
120 } catch(err) { |
120 } catch(err) { |
121 _event.originalEvent.dataTransfer.setData("Text", JSON.stringify(d)); |
121 _event.originalEvent.dataTransfer.setData("Text", JSON.stringify(d)); |
122 } |
122 } |
123 }); |
123 }); |
124 }; |
124 }; |
125 |
|
126 IriSP.FakeClass = function(properties) { |
|
127 var _this = this, |
|
128 noop = (function() {}); |
|
129 IriSP._(properties).each(function(p) { |
|
130 _this[p] = noop |
|
131 }); |
|
132 } |