Skip to content

Commit

Permalink
Move utils to src/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed May 19, 2014
1 parent 739a2a4 commit 8f4797f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/reference.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference path="utils.ts" />
/// <reference path="osUtils.ts" />
/// <reference path="utils/utils.ts" />
/// <reference path="utils/osUtils.ts" />

/// <reference path="core/plottableObject.ts" />
/// <reference path="core/broadcaster.ts" />
Expand Down
2 changes: 1 addition & 1 deletion src/osUtils.ts → src/utils/osUtils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
///<reference path="reference.ts" />
///<reference path="../reference.ts" />

// This file contains open source utilities, along with their copyright notices

Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts → src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
///<reference path="reference.ts" />
///<reference path="../reference.ts" />

module Plottable {
export module Utils {
Expand Down

0 comments on commit 8f4797f

Please sign in to comment.