From 8f4797f7406dbb039cf31ad6043635785fd5abbc Mon Sep 17 00:00:00 2001 From: Daniel Mane Date: Mon, 19 May 2014 15:52:14 -0700 Subject: [PATCH] Move utils to src/utils --- src/reference.ts | 4 ++-- src/{ => utils}/osUtils.ts | 2 +- src/{ => utils}/utils.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename src/{ => utils}/osUtils.ts (98%) rename src/{ => utils}/utils.ts (99%) diff --git a/src/reference.ts b/src/reference.ts index 40b862d2ed..27346b888a 100644 --- a/src/reference.ts +++ b/src/reference.ts @@ -1,5 +1,5 @@ -/// -/// +/// +/// /// /// diff --git a/src/osUtils.ts b/src/utils/osUtils.ts similarity index 98% rename from src/osUtils.ts rename to src/utils/osUtils.ts index cf8767f20f..1fd1629885 100644 --- a/src/osUtils.ts +++ b/src/utils/osUtils.ts @@ -1,4 +1,4 @@ -/// +/// // This file contains open source utilities, along with their copyright notices diff --git a/src/utils.ts b/src/utils/utils.ts similarity index 99% rename from src/utils.ts rename to src/utils/utils.ts index d20645628f..d879b62799 100644 --- a/src/utils.ts +++ b/src/utils/utils.ts @@ -1,4 +1,4 @@ -/// +/// module Plottable { export module Utils {