Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "office-ui-fabric-react",
"type": "none"
}
],
"packageName": "office-ui-fabric-react",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const SLIDE_ANIMATIONS: { [key: number]: string; } = {
* Do not call methods from this directly, use either positionCallout or positionElement or make another function that
* utilizes them.
*/
export module positioningFunctions {
export namespace positioningFunctions {

export interface IElementPosition {
elementRectangle: Rectangle;
Expand Down
1 change: 0 additions & 1 deletion packages/office-ui-fabric-react/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"no-any": false,
"variable-name": false,
"no-internal-module": false,
"typedef": [
false
],
Expand Down