Skip to content

Commit

Permalink
Fixes a problem, probably Angular related, forgot what it was though :/
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredearp committed May 3, 2018
1 parent 33dac83 commit c866f54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/dist/sri.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"@js": {
"hashes": {
"sha384": "epSh0rfUR3XpAcO0XJvYQkR7IYmB3D4ENZjBZlMRv5zIOLihp3MogT3o+ZNEYKPO"
"sha384": "KogRfaeXXTRD/Y5QNncx8ARLM7XzCQw/w35D2SPkYlUoNr4s+mYkn5pPHw55NVhZ"
},
"integrity": "sha384-epSh0rfUR3XpAcO0XJvYQkR7IYmB3D4ENZjBZlMRv5zIOLihp3MogT3o+ZNEYKPO",
"integrity": "sha384-KogRfaeXXTRD/Y5QNncx8ARLM7XzCQw/w35D2SPkYlUoNr4s+mYkn5pPHw55NVhZ",
"path": "public/ts-10.0.22.min.js"
},
"@css": {
"hashes": {
"sha384": "kO15fdDynQLIAw10Mkuia+zNdp+gIpupZBAOfaeS0C5aV9O8dKZ4+sQkyLCMJnH2"
"sha384": "ADVBXsEDpMrlyCl0JjT3PNVTFHO8E+oo/nc0nnB7ljMAmGtLvXvf8zqFRyLqkyCL"
},
"integrity": "sha384-kO15fdDynQLIAw10Mkuia+zNdp+gIpupZBAOfaeS0C5aV9O8dKZ4+sQkyLCMJnH2",
"integrity": "sha384-ADVBXsEDpMrlyCl0JjT3PNVTFHO8E+oo/nc0nnB7ljMAmGtLvXvf8zqFRyLqkyCL",
"path": "public/ts-10.0.22.min.css"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ts.ui.FieldSpirit = (function using(chained) {
*/
_label: function(action) {
var label, result;
if (this.dom.embedded()) {
if (!this.$destructed && this.dom.embedded()) {
if ((label = this.dom.parent(ts.ui.LabelSpirit))) {
if (action) {
result = action.call(this, label);
Expand Down

0 comments on commit c866f54

Please sign in to comment.