Skip to content

Commit

Permalink
Resolving merge problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytry Kashcheiev committed Mar 19, 2014
1 parent 1484073 commit 716cf78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openFaces/source/META-INF/resources/openfaces/util/util.js
Expand Up @@ -5527,6 +5527,13 @@ if (!window.O$) {
}
};

O$._getPopupVisionStateStorage = function() {
if (!O$._popupVisionStateStorage){
O$._popupVisionStateStorage = {};
}
return O$._popupVisionStateStorage;
}

}


0 comments on commit 716cf78

Please sign in to comment.